Skip to content

Commit 2139633

Browse files
committed
CHANGELOG: prep for v0.7.0
1 parent 856a7c2 commit 2139633

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 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.7.0] — 2025-05-25
66

77
### Changed
88

@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1414
- [#350](https://github.com/bytecodealliance/go-modules/issues/350): correctly align `record` size to the highest alignment of its fields, per [specification](https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md#element-size).
1515
- [#352](https://github.com/bytecodealliance/go-modules/issues/352): do not use `tuple` types as data shape for `variant` or `result` types, as they may contain a `bool` or not be packed.
1616
- [#356](https://github.com/bytecodealliance/go-modules/issues/356): sort WIT packages topologically by dependency before matching WIT world when generating Go bindings. Warn if there is an ambiguous match.
17+
- Updated package `cm` to [v0.3.0](https://github.com/bytecodealliance/go-modules/releases/tag/cm%2Fv0.3.0) with multiple fixes, including a breaking change to `cm.BoolResult`.
1718

1819
## [v0.6.2] — 2025-03-16
1920

@@ -257,7 +258,8 @@ Initial version, supporting [TinyGo](https://tinygo.org/) + [WASI](https://wasi.
257258
- 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.
258259
- Support for mainline [Go](https://go.dev/).
259260

260-
[Unreleased]: <https://github.com/bytecodealliance/go-modules/compare/v0.6.2..HEAD>
261+
[Unreleased]: <https://github.com/bytecodealliance/go-modules/compare/v0.7.0..HEAD>
262+
[v0.7.0]: <https://github.com/bytecodealliance/go-modules/compare/v0.6.2..v0.7.0>
261263
[v0.6.2]: <https://github.com/bytecodealliance/go-modules/compare/v0.6.1..v0.6.2>
262264
[v0.6.1]: <https://github.com/bytecodealliance/go-modules/compare/v0.6.0..v0.6.1>
263265
[v0.6.0]: <https://github.com/bytecodealliance/go-modules/compare/v0.5.0..v0.6.0>

0 commit comments

Comments
 (0)