From f34189e84e2a2c8002eaf4f35743c63f6a807b29 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 20 Jun 2025 09:50:49 -0400 Subject: Release 4.0.8 --- build/version.sh | 2 +- docs/CHANGELOG.md | 19 +++++++++++++++++++ docs/bfs.1 | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/build/version.sh b/build/version.sh index 913d6fd..ec0663a 100755 --- a/build/version.sh +++ b/build/version.sh @@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then elif [ -e "$DIR/.git" ] && command -v git >/dev/null 2>&1; then git -C "$DIR" describe --always --dirty else - echo "4.0.7" + echo "4.0.8" fi diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2861832..56f53b4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,25 @@ 4.* === +4.0.8 +----- + +**June 20, 2025** + +### Bug fixes + +- Fixed an invalid optimization that transformed + + $ bfs -user you -or -user me + + into just + + $ bfs -user you + + The bug was originally introduced in bfs 2.0 (October 14, 2020). + ([#155](https://github.com/tavianator/bfs/issues/155)) + + 4.0.7 ----- diff --git a/docs/bfs.1 b/docs/bfs.1 index 43e500a..c6141a6 100644 --- a/docs/bfs.1 +++ b/docs/bfs.1 @@ -1,6 +1,6 @@ .\" Copyright © Tavian Barnes .\" SPDX-License-Identifier: 0BSD -.TH BFS 1 2025-06-15 "bfs 4.0.7" +.TH BFS 1 2025-06-15 "bfs 4.0.8" .SH NAME bfs \- breadth-first search for your files .SH SYNOPSIS -- cgit v1.2.3