Skip to content

Commit f34189e

Browse files
committed
Release 4.0.8
1 parent 666bd94 commit f34189e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

build/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then
1414
elif [ -e "$DIR/.git" ] && command -v git >/dev/null 2>&1; then
1515
git -C "$DIR" describe --always --dirty
1616
else
17-
echo "4.0.7"
17+
echo "4.0.8"
1818
fi

docs/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
4.*
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+
423
4.0.7
524
-----
625

docs/bfs.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
55
bfs \- breadth-first search for your files
66
.SH SYNOPSIS

0 commit comments

Comments
 (0)