Skip to content

Commit 2e85f98

Browse files
authored
Merge pull request #262 from bytecodealliance/ydnar/v0.4.1
all: prep v0.4.1
2 parents 3619c3f + 6f26466 commit 2e85f98

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.4.1] — 2024-12-09
66

77
### Added
88

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

202-
[Unreleased]: <https://github.com/bytecodealliance/go-modules/compare/v0.4.0..HEAD>
202+
[Unreleased]: <https://github.com/bytecodealliance/go-modules/compare/v0.4.1..HEAD>
203+
[v0.4.1]: <https://github.com/bytecodealliance/go-modules/compare/v0.4.0..v0.4.1>
203204
[v0.4.0]: <https://github.com/bytecodealliance/go-modules/compare/v0.3.1..v0.4.0>
204205
[v0.3.1]: <https://github.com/bytecodealliance/go-modules/compare/v0.3.0..v0.3.1>
205206
[v0.3.0]: <https://github.com/bytecodealliance/go-modules/compare/v0.2.4..v0.3.0>

0 commit comments

Comments
 (0)