Skip to content

Commit 34d4cdd

Browse files
committed
CHANGELOG: v0.2.3
1 parent c9e256a commit 34d4cdd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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.2.3] — 2024-10-05
66

77
### Added
88

@@ -144,7 +144,8 @@ Initial version, supporting [TinyGo](https://tinygo.org/) + [WASI](https://wasi.
144144
- 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.
145145
- Support for mainline [Go](https://go.dev/).
146146

147-
[Unreleased]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.2.2..HEAD>
147+
[Unreleased]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.2.3..HEAD>
148+
[v0.2.3]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.2.2..v0.2.3>
148149
[v0.2.2]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.2.1..v0.2.2>
149150
[v0.2.1]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.2.0...v0.2.1>
150151
[v0.2.0]: <https://github.com/bytecodealliance/wasm-tools-go/compare/v0.1.5...v0.2.0>

0 commit comments

Comments
 (0)