Skip to content

Commit 0cd9535

Browse files
committed
CHANGELOG: prepare for v0.3.1
1 parent 8922b5d commit 0cd9535

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## [Unreleased]
5+
## [v0.3.1] — 2024-11-01
66

77
### Added
88

@@ -180,7 +180,8 @@ Initial version, supporting [TinyGo](https://tinygo.org/) + [WASI](https://wasi.
180180
- Because Go does not have a native tagged union type, pointers represented in `variant` and `result` types may not be visible to the garbage collector and may be freed while still in use.
181181
- Support for mainline [Go](https://go.dev/).
182182

183-
[Unreleased]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.3.0..HEAD>
183+
[Unreleased]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.3.1..HEAD>
184+
[v0.3.1]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.3.0..v0.3.1>
184185
[v0.3.0]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.2.4..v0.3.0>
185186
[v0.2.4]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.2.3..v0.2.4>
186187
[v0.2.3]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.2.2..v0.2.3>

0 commit comments

Comments
 (0)