Prepare for release v0.2.3

This commit is contained in:
2024-10-19 16:20:34 -04:00
parent fcde9689c8
commit 4f923e7272
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ var (
) )
const ( const (
LibmuttonVersion = "0.2.D" // 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.2.3" // 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
+14
View File
@@ -1,3 +1,17 @@
**libmutton v0.2.3**
October 19, 2024
## Fixes
- (1fb283484469192fc7c954f14d6f2be5234d7c6b) Fixed renaming/moving an entry/folder to an invalid path still having clients request the operation on the server
## Dependencies
- Bumps (direct and indirect)
- golang.org/x/crypto: v0.26.0 => v0.28.0
- golang.org/x/sys: v0.24.0 => v0.26.0
- golang.org/x/term: v0.23.0 => v0.25.0
---
**libmutton v0.2.2** **libmutton v0.2.2**
August 20, 2024 August 20, 2024