Skip to content

Commit a561d78

Browse files
committed
Release 4.0.6
1 parent af3bfcc commit a561d78

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

build/version.sh

+1-1
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.5"
17+
echo "4.0.6"
1818
fi

docs/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
4.*
22
===
33

4+
4.0.6
5+
-----
6+
7+
**February 26, 2025**
8+
9+
### Bug fixes
10+
11+
- Fixed `-fstype` with btrfs subvolumes (requires Linux 5.8+)
12+
([`0dccdae`](https://github.com/tavianator/bfs/commit/0dccdae4510ff5603247be871e64a6119647ea2a))
13+
14+
- Fixed `-ls` with timestamps very far in the future
15+
([`dd5df1f`](https://github.com/tavianator/bfs/commit/dd5df1f8997550c5bf49205578027715b957bd01))
16+
17+
- Fixed the `posix/exec_sigmask` test on mips64el Linux
18+
([`532dec0`](https://github.com/tavianator/bfs/commit/532dec0849dcdc3e15e530ac40a8168f146a41cd))
19+
20+
- Fixed time-related tests with `mawk 1.3.4 20250131`
21+
([#152](https://github.com/tavianator/bfs/issues/152))
22+
23+
424
4.0.5
525
-----
626

docs/bfs.1

+1-1
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-01-18 "bfs 4.0.5"
3+
.TH BFS 1 2025-02-26 "bfs 4.0.6"
44
.SH NAME
55
bfs \- breadth-first search for your files
66
.SH SYNOPSIS

0 commit comments

Comments
 (0)