Skip to content

Commit

Permalink
Release 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Oct 31, 2024
1 parent e831a39 commit b00341a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then
elif [ -e "$DIR/.git" ] && command -v git >/dev/null 2>&1; then
git -C "$DIR" describe --always --dirty
else
echo "4.0.3"
echo "4.0.4"
fi
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
4.*
===

4.0.4
-----

**October 31, 2024**


## Bug fixes

- Fixed a man page typo
([#144](https://github.com/tavianator/bfs/pull/144))

- Fixed the build on PowerPC macOS
([#145](https://github.com/tavianator/bfs/issues/145))

- Fixed a bug introduced in bfs 4.0.3 that colorized every file as if it had capabilities on non-Linux systems
([#146](https://github.com/tavianator/bfs/pull/146))


4.0.3
-----

Expand Down
2 changes: 1 addition & 1 deletion docs/bfs.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BFS 1 2024-10-22 "bfs 4.0.3"
.TH BFS 1 2024-10-31 "bfs 4.0.4"
.SH NAME
bfs \- breadth-first search for your files
.SH SYNOPSIS
Expand Down

0 comments on commit b00341a

Please sign in to comment.