File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 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::
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
7979gen/version.i : gen/version.i.new
Original file line number Diff line number Diff line change 114.*
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+
4154.0
516---
617
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 "
22.SH NAME
33bfs \- breadth-first search for your files
44.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments