Skip to content

Commit 85df7f5

Browse files
committed
add changelog entry for v0.13.0
1 parent 0b253f1 commit 85df7f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v0.13.0] - 2024-09-05
4+
5+
This release drops support for Go 1.21 and adds support for Go 1.23.
6+
7+
A number of fixes are also included:
8+
* Fix obfuscation errors when arch-dependent struct padding is used
9+
* Fix a failure when using garble inside a `go.work` workspace
10+
* Fail early and clearly if the Go version is too new
11+
* Rewrite the main `go generate` script from Bash to Go and improve it
12+
313
## [v0.12.1] - 2024-02-18
414

515
This bugfix release fixes a regression in v0.12.0 that broke `x/sys/unix`.

0 commit comments

Comments
 (0)