Skip to content

Commit b00341a

Browse files
committed
Release 4.0.4
1 parent e831a39 commit b00341a

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

build/version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then
1414
elif [ -e "$DIR/.git" ] && command -v git >/dev/null 2>&1; then
1515
git -C "$DIR" describe --always --dirty
1616
else
17-
echo "4.0.3"
17+
echo "4.0.4"
1818
fi

docs/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
4.*
22
===
33

4+
4.0.4
5+
-----
6+
7+
**October 31, 2024**
8+
9+
10+
## Bug fixes
11+
12+
- Fixed a man page typo
13+
([#144](https://github.com/tavianator/bfs/pull/144))
14+
15+
- Fixed the build on PowerPC macOS
16+
([#145](https://github.com/tavianator/bfs/issues/145))
17+
18+
- Fixed a bug introduced in bfs 4.0.3 that colorized every file as if it had capabilities on non-Linux systems
19+
([#146](https://github.com/tavianator/bfs/pull/146))
20+
21+
422
4.0.3
523
-----
624

docs/bfs.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH BFS 1 2024-10-22 "bfs 4.0.3"
1+
.TH BFS 1 2024-10-31 "bfs 4.0.4"
22
.SH NAME
33
bfs \- breadth-first search for your files
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)