Skip to content

Commit ae18a33

Browse files
committed
Release 4.0.1
1 parent 5d03c9d commit ae18a33

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ gen/version.i.new::
7373
elif test -e src/../.git && command -v git >/dev/null 2>&1; then \
7474
git -C src/.. describe --always --dirty; \
7575
else \
76-
echo "4.0"; \
76+
echo "4.0.1"; \
7777
fi | tr -d '\n' | build/embed.sh >$@
7878

7979
gen/version.i: gen/version.i.new

docs/CHANGELOG.md

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

4+
4.0.1
5+
-----
6+
7+
**August 19, 2024**
8+
9+
### Bug fixes
10+
11+
- `bfs` no longer prints a "suppressed errors" warning unless `-noerror` is actually suppressing errors
12+
[`5d03c9d`](https://github.com/tavianator/bfs/commit/5d03c9d460d1c1afcdf062d494537986ce96a690)
13+
14+
415
4.0
516
---
617

docs/bfs.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH BFS 1 2024-06-17 "bfs 4.0"
1+
.TH BFS 1 2024-08-19 "bfs 4.0.1"
22
.SH NAME
33
bfs \- breadth-first search for your files
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)