summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-08-11 19:28:28 -0400
committerTavian Barnes <tavianator@tavianator.com>2025-08-11 19:28:28 -0400
commitd2ec74c8893e47005404065007ba7ad376aab20c (patch)
treeeff74123181df34e6a43e10a8b2e03bec3ccfd0f
parent1bae72d2b5bbbf7d71b1ff9a1f88fbe560d9b7ba (diff)
downloadbfs-4.1.tar.xz
Release 4.1HEAD4.1main
-rwxr-xr-xbuild/version.sh2
-rw-r--r--docs/CHANGELOG.md18
-rw-r--r--docs/bfs.12
3 files changed, 20 insertions, 2 deletions
diff --git a/build/version.sh b/build/version.sh
index ec0663a..734d897 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.8"
+ echo "4.1"
fi
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 56f53b4..80511f3 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,24 @@
4.*
===
+4.1
+---
+
+**August 11, 2025**
+
+
+### New features
+
+- Added support for the `$LSCOLORS` variable used by FreeBSD and macOS
+ ([#54](https://github.com/tavianator/bfs/issues/54),
+ [#157](https://github.com/tavianator/bfs/pull/157))
+
+### Changes
+
+- Switched from C17 to [C23](https://en.cppreference.com/w/c/23) by default.
+ C17 is still supported as a fallback as long as your compiler supports some common extensions.
+
+
4.0.8
-----
diff --git a/docs/bfs.1 b/docs/bfs.1
index c6141a6..daf4085 100644
--- a/docs/bfs.1
+++ b/docs/bfs.1
@@ -1,6 +1,6 @@
.\" Copyright © Tavian Barnes <tavianator@tavianator.com>
.\" SPDX-License-Identifier: 0BSD
-.TH BFS 1 2025-06-15 "bfs 4.0.8"
+.TH BFS 1 2025-08-11 "bfs 4.1"
.SH NAME
bfs \- breadth-first search for your files
.SH SYNOPSIS