Prepare for release v0.4.2

This commit is contained in:
2025-11-09 15:56:27 -05:00
parent 09501fda7d
commit 3506504fb1
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -1,3 +1,18 @@
**libmutton v0.4.2**
November 09, 2025
This is purely a dependency bump release.
## Dependencies
- Bumped (direct/replaced)
- Go: v1.25.3 => v1.25.4
- github.com/rwinkhart/rcw: v0.2.2 => v0.2.3
- github.com/rwinkhart/peercred-mini: v0.1.1 => v0.1.2
- github.com/rwinkhart/sys: v0.37.0 => v0.38.0
- github.com/rwinkhart/go-winio-easy-pipe-handles: switched to tagged v0.1.0 of `github.com/rwinkhart/go-winio`
---
**libmutton v0.4.1** **libmutton v0.4.1**
October 26, 2025 October 26, 2025
+1 -1
View File
@@ -7,7 +7,7 @@ var (
) )
const ( const (
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" LibmuttonVersion = "0.4.2" // 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