File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ gen/version.i.new::
73
73
elif test -e src/../.git && command -v git > /dev/null 2>&1 ; then \
74
74
git -C src/.. describe --always --dirty; \
75
75
else \
76
- echo " 4.0" ; \
76
+ echo " 4.0.1 " ; \
77
77
fi | tr -d ' \n' | build/embed.sh > $@
78
78
79
79
gen/version.i : gen/version.i.new
Original file line number Diff line number Diff line change 1
1
4.*
2
2
===
3
3
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
+
4
15
4.0
5
16
---
6
17
Original file line number Diff line number Diff line change 1
- .TH BFS 1 2024-06-17 "bfs 4.0"
1
+ .TH BFS 1 2024-08-19 "bfs 4.0.1 "
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