mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Prepare for release v0.4.2
This commit is contained in:
@@ -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**
|
||||
October 26, 2025
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ var (
|
||||
)
|
||||
|
||||
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
|
||||
FSPath = "\u259e" // ▞ Path separator
|
||||
|
||||
Reference in New Issue
Block a user