WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 49f7d92

Browse files
authored
Merge pull request #132 from ydnar/ydnar/v0.1.3
v0.1.3
2 parents 671aa8d + e9a7d0f commit 49f7d92

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.1.3] — 2024-07-08
66

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

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

0 commit comments

Comments
 (0)