Skip to content

Commit d2ec74c

Browse files
committed
Release 4.1
1 parent 1bae72d commit d2ec74c

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.8"
17+
echo "4.1"
1818
fi

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
4.*
22
===
33

4+
4.1
5+
---
6+
7+
**August 11, 2025**
8+
9+
10+
### New features
11+
12+
- Added support for the `$LSCOLORS` variable used by FreeBSD and macOS
13+
([#54](https://github.com/tavianator/bfs/issues/54),
14+
[#157](https://github.com/tavianator/bfs/pull/157))
15+
16+
### Changes
17+
18+
- Switched from C17 to [C23](https://en.cppreference.com/w/c/23) by default.
19+
C17 is still supported as a fallback as long as your compiler supports some common extensions.
20+
21+
422
4.0.8
523
-----
624

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.8"
3+
.TH BFS 1 2025-08-11 "bfs 4.1"
44
.SH NAME
55
bfs \- breadth-first search for your files
66
.SH SYNOPSIS

0 commit comments

Comments
 (0)