Skip to content

Commit

Permalink
Prepare for release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinkhart committed Oct 19, 2024
1 parent fcde968 commit 4f923e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/1globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var (
)

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
FSPath = "\u259e" // ▞ path separator
Expand Down
14 changes: 14 additions & 0 deletions docs/release-notes-archive/2024.md
Original file line number Diff line number Diff line change
@@ -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**
August 20, 2024

Expand Down

0 comments on commit 4f923e7

Please sign in to comment.