File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then
14
14
elif [ -e " $DIR /.git" ] && command -v git > /dev/null 2>&1 ; then
15
15
git -C " $DIR " describe --always --dirty
16
16
else
17
- echo " 4.0.3 "
17
+ echo " 4.0.4 "
18
18
fi
Original file line number Diff line number Diff line change 1
1
4.*
2
2
===
3
3
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
+
4
22
4.0.3
5
23
-----
6
24
Original file line number Diff line number Diff line change 1
- .TH BFS 1 2024-10-22 "bfs 4.0.3 "
1
+ .TH BFS 1 2024-10-31 "bfs 4.0.4 "
2
2
.SH NAME
3
3
bfs \- breadth-first search for your files
4
4
.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments