From 0cd95354f2442195277030fae9fa84f9227f1be9 Mon Sep 17 00:00:00 2001 From: Randy Reddig Date: Fri, 1 Nov 2024 09:41:34 -0700 Subject: [PATCH] CHANGELOG: prepare for v0.3.1 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbed7c10..9710cf37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.1] — 2024-11-01 ### Added @@ -180,7 +180,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]: +[Unreleased]: +[v0.3.1]: [v0.3.0]: [v0.2.4]: [v0.2.3]: