We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4f916 commit ea3674eCopy full SHA for ea3674e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [v0.12.1] - 2024-02-18
4
+
5
+This bugfix release fixes a regression in v0.12.0 that broke `x/sys/unix`.
6
+See #830.
7
8
## [v0.12.0] - 2024-02-10
9
10
This release continues support for Go 1.21 and includes fixes for Go 1.22,
@@ -277,6 +282,8 @@ Known bugs:
277
282
* obfuscating the standard library with `GOPRIVATE=*` is not well supported yet
278
283
* `garble test` is temporarily disabled, as it is currently broken
279
284
285
+[v0.12.1]: https://github.com/burrowers/garble/releases/tag/v0.12.1
286
280
287
[v0.12.0]: https://github.com/burrowers/garble/releases/tag/v0.12.0
281
288
[#690]: https://github.com/burrowers/garble/issues/690
289
[#812]: https://github.com/burrowers/garble/issues/812
0 commit comments