Skip to content

Commit

Permalink
Merge pull request #132 from ydnar/ydnar/v0.1.3
Browse files Browse the repository at this point in the history
v0.1.3
  • Loading branch information
ydnar authored Jul 8, 2024
2 parents 671aa8d + e9a7d0f commit 49f7d92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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).

## [Unreleased]
## [v0.1.3] — 2024-07-08

### Added
- [#128](https://github.com/ydnar/wasm-tools-go/pull/128): implemented `String` method for `enum` types ([@rajatjindal](https://github.com/rajatjindal)).
Expand Down Expand Up @@ -53,7 +53,8 @@ Initial version, supporting [TinyGo](https://tinygo.org/) + [WASI](https://wasi.
- 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.
- Support for mainline [Go](https://go.dev/).

[Unreleased]: <https://github.com/ydnar/wasm-tools-go/compare/v0.1.2..HEAD>
[Unreleased]: <https://github.com/ydnar/wasm-tools-go/compare/v0.1.3..HEAD>
[v0.1.3]: <https://github.com/ydnar/wasm-tools-go/compare/v0.1.2...v0.1.3>
[v0.1.2]: <https://github.com/ydnar/wasm-tools-go/compare/v0.1.1...v0.1.2>
[v0.1.1]: <https://github.com/ydnar/wasm-tools-go/compare/v0.1.0...v0.1.1>
[v0.1.0]: <https://github.com/ydnar/wasm-tools-go/tree/v0.1.0>

0 comments on commit 49f7d92

Please sign in to comment.