File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then
1414elif [ -e " $DIR /.git" ] && command -v git > /dev/null 2>&1 ; then
1515 git -C " $DIR " describe --always --dirty
1616else
17- echo " 4.0.7 "
17+ echo " 4.0.8 "
1818fi
Original file line number Diff line number Diff line change 114.*
22===
33
4+ 4.0.8
5+ -----
6+
7+ ** June 20, 2025**
8+
9+ ### Bug fixes
10+
11+ - Fixed an invalid optimization that transformed
12+
13+ $ bfs -user you -or -user me
14+
15+ into just
16+
17+ $ bfs -user you
18+
19+ The bug was originally introduced in bfs 2.0 (October 14, 2020).
20+ ([ #155 ] ( https://github.com/tavianator/bfs/issues/155 ) )
21+
22+
4234.0.7
524-----
625
Original file line number Diff line number Diff line change 11.\" Copyright © Tavian Barnes <[email protected] >22.\" SPDX-License-Identifier: 0BSD
3- .TH BFS 1 2025-06-15 "bfs 4.0.7 "
3+ .TH BFS 1 2025-06-15 "bfs 4.0.8 "
44.SH NAME
55bfs \- breadth-first search for your files
66.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments