Prepare for release v0.2.4

This commit is contained in:
2024-12-13 12:17:08 -05:00
parent 3e966ade11
commit 1db9467446
2 changed files with 21 additions and 1 deletions
+20
View File
@@ -1,3 +1,23 @@
**libmutton v0.2.4**
December 13, 2024
## IMPORTANT
- This release includes a dependency bump to address a high-severity CVE (CVE-2024-45337) - Please update as soon as possible!
## Changes
- (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
## Dependencies
- Bumps (direct and indirect)
- Go: v1.23.2 => v1.23.4
- github.com/pkg/sftp: v1.13.6 => v1.13.7
- golang.org/x/crypto: v0.28.0 => v0.31.0
- Addresses CVE-2024-45337
- golang.org/x/sys: v0.26.0 => v0.28.0
- golang.org/x/term: v0.25.0 => v0.27.0
---
**libmutton v0.2.3**
October 19, 2024