summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--docs/CHANGELOG.md11
-rw-r--r--docs/bfs.12
3 files changed, 13 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bf2e094..e18e3e1 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 85e808c..84efa91 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -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
---
diff --git a/docs/bfs.1 b/docs/bfs.1
index 4358391..040090c 100644
--- a/docs/bfs.1
+++ b/docs/bfs.1
@@ -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