Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Aug 19, 2024
1 parent 5d03c9d commit ae18a33
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gen/version.i.new::
elif test -e src/../.git && command -v git >/dev/null 2>&1; then \
git -C src/.. describe --always --dirty; \
else \
echo "4.0"; \
echo "4.0.1"; \
fi | tr -d '\n' | build/embed.sh >$@

gen/version.i: gen/version.i.new
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
4.*
===

4.0.1
-----

**August 19, 2024**

### Bug fixes

- `bfs` no longer prints a "suppressed errors" warning unless `-noerror` is actually suppressing errors
[`5d03c9d`](https://github.com/tavianator/bfs/commit/5d03c9d460d1c1afcdf062d494537986ce96a690)


4.0
---

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-06-17 "bfs 4.0"
.TH BFS 1 2024-08-19 "bfs 4.0.1"
.SH NAME
bfs \- breadth-first search for your files
.SH SYNOPSIS
Expand Down

0 comments on commit ae18a33

Please sign in to comment.