mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Prepare for release v0.4.1
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
**libmutton v0.4.1**
|
||||||
|
October 26, 2025
|
||||||
|
|
||||||
|
This is a dependency bump release with only minor changes for developers.
|
||||||
|
|
||||||
|
## Breaking (for developers)
|
||||||
|
- (b9175d7ff3bea3bc703c20468defebcb1ac7e412) Standardized on "password" rather than a mix of "passphrase"/"password"
|
||||||
|
- Some function names changed as a result
|
||||||
|
- (aa10016f77b0be66ab75279df967f5d080d2b826) Developers using `LibmuttonInit` can now force clients into offline mode programmatically
|
||||||
|
- This means `LibmuttonInit` now requires an extra parameter
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
- Bumped (direct/replaced)
|
||||||
|
- Go: v1.24.6 => v1.25.3
|
||||||
|
- github.com/pkg/sftp: v1.13.9 => v1.13.10
|
||||||
|
- golang.org/x/crypto: v0.41.0 => v0.43.0
|
||||||
|
- github.com/rwinkhart/sys: v0.35.0 => v0.37.0
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
**libmutton v0.4.0**
|
**libmutton v0.4.0**
|
||||||
August 17, 2025
|
August 17, 2025
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
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"
|
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"
|
||||||
|
|
||||||
FSSpace = "\u259d" // ▝ Space/list separator
|
FSSpace = "\u259d" // ▝ Space/list separator
|
||||||
FSPath = "\u259e" // ▞ Path separator
|
FSPath = "\u259e" // ▞ Path separator
|
||||||
|
|||||||
Reference in New Issue
Block a user