Skip to content

Commit 4f923e7

Browse files
committed
Prepare for release v0.2.3
1 parent fcde968 commit 4f923e7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

core/1globals.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var (
99
)
1010

1111
const (
12-
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"
12+
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"
1313

1414
FSSpace = "\u259d" // ▝ space/list separator
1515
FSPath = "\u259e" // ▞ path separator

docs/release-notes-archive/2024.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
**libmutton v0.2.3**
2+
October 19, 2024
3+
4+
## Fixes
5+
- (1fb283484469192fc7c954f14d6f2be5234d7c6b) Fixed renaming/moving an entry/folder to an invalid path still having clients request the operation on the server
6+
7+
## Dependencies
8+
- Bumps (direct and indirect)
9+
- golang.org/x/crypto: v0.26.0 => v0.28.0
10+
- golang.org/x/sys: v0.24.0 => v0.26.0
11+
- golang.org/x/term: v0.23.0 => v0.25.0
12+
13+
---
14+
115
**libmutton v0.2.2**
216
August 20, 2024
317

0 commit comments

Comments
 (0)