Skip to content

Commit 7c577b5

Browse files
committed
Prepare for release v0.4.1
1 parent aa10016 commit 7c577b5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/release-notes-archive/2025.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
**libmutton v0.4.1**
2+
October 26, 2025
3+
4+
This is a dependency bump release with only minor changes for developers.
5+
6+
## Breaking (for developers)
7+
- (b9175d7ff3bea3bc703c20468defebcb1ac7e412) Standardized on "password" rather than a mix of "passphrase"/"password"
8+
- Some function names changed as a result
9+
- (aa10016f77b0be66ab75279df967f5d080d2b826) Developers using `LibmuttonInit` can now force clients into offline mode programmatically
10+
- This means `LibmuttonInit` now requires an extra parameter
11+
12+
## Dependencies
13+
- Bumped (direct/replaced)
14+
- Go: v1.24.6 => v1.25.3
15+
- github.com/pkg/sftp: v1.13.9 => v1.13.10
16+
- golang.org/x/crypto: v0.41.0 => v0.43.0
17+
- github.com/rwinkhart/sys: v0.35.0 => v0.37.0
18+
19+
---
20+
121
**libmutton v0.4.0**
222
August 17, 2025
323

global/1globals.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var (
77
)
88

99
const (
10-
LibmuttonVersion = "0.4.0" // Untagged releases feature a letter suffix corresponding to the eventual release version, e.g "0.2.A" -> "0.2.0", "0.2.B" -> "0.2.1"
10+
LibmuttonVersion = "0.4.1" // Untagged releases feature a letter suffix corresponding to the eventual release version, e.g "0.2.A" -> "0.2.0", "0.2.B" -> "0.2.1"
1111

1212
FSSpace = "\u259d" // ▝ Space/list separator
1313
FSPath = "\u259e" // ▞ Path separator

0 commit comments

Comments
 (0)