We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b253f1 commit 85df7f5Copy full SHA for 85df7f5
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## [v0.12.1] - 2024-02-18
14
15
This bugfix release fixes a regression in v0.12.0 that broke `x/sys/unix`.
0 commit comments