Skip to content

Commit e05171f

Browse files
committed
CHANGELOG: update for v0.4.0
1 parent 3a08465 commit e05171f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
## [v0.4.0] — 2024-11-05
6+
7+
This module has been renamed. Going forward, please use `go.bytecodealliance.org` instead of `github.com/bytecodealliance/wasm-tools-go`.
8+
59
## [v0.3.1] — 2024-11-01
610

711
### Added
@@ -180,6 +184,8 @@ Initial version, supporting [TinyGo](https://tinygo.org/) + [WASI](https://wasi.
180184
- 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.
181185
- Support for mainline [Go](https://go.dev/).
182186

187+
[Unreleased]: <https://github.com/bytecodealliance/go-modules/compare/v0.4.0..HEAD>
188+
[v0.4.0]: <https://github.com/bytecodealliance/go-modules/compare/v0.3.1..v0.4.0>
183189
[v0.3.1]: <https://github.com/bytecodealliance/go-modules/compare/v0.3.0..v0.3.1>
184190
[v0.3.0]: <https://github.com/bytecodealliance/go-modules/compare/v0.2.4..v0.3.0>
185191
[v0.2.4]: <https://github.com/bytecodealliance/go-modules/compare/v0.2.3..v0.2.4>

0 commit comments

Comments
 (0)