Skip to content

Commit 1db9467

Browse files
committed
Prepare for release v0.2.4
1 parent 3e966ad commit 1db9467

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-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.E" // 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.4" // 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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
**libmutton v0.2.4**
2+
December 13, 2024
3+
4+
## IMPORTANT
5+
- This release includes a dependency bump to address a high-severity CVE (CVE-2024-45337) - Please update as soon as possible!
6+
7+
## Changes
8+
- (91fdeb53d5b58fe0a554ef29c1384a50b1a9ec33) The MIME type of data copied to the clipboard on UNIX-like systems (X11 and Wayland) is now statically set to "text/plain" to avoid potential issues with type inference
9+
10+
## Dependencies
11+
- Bumps (direct and indirect)
12+
- Go: v1.23.2 => v1.23.4
13+
- github.com/pkg/sftp: v1.13.6 => v1.13.7
14+
- golang.org/x/crypto: v0.28.0 => v0.31.0
15+
- Addresses CVE-2024-45337
16+
- golang.org/x/sys: v0.26.0 => v0.28.0
17+
- golang.org/x/term: v0.25.0 => v0.27.0
18+
19+
---
20+
121
**libmutton v0.2.3**
222
October 19, 2024
323

0 commit comments

Comments
 (0)