From cfc9aaebf504e1ac2ff871a84e7aca2579d59044 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 16:12:11 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.11.1=20=E2=86=92=200.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ version.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index cb455af..748ed64 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -3,6 +3,6 @@ commitizen: changelog_file: CHANGELOG.md name: cz_conventional_commits update_changelog_on_bump: true - version: 0.11.1 + version: 0.12.0 version_files: - version.go diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d605d..3a744a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.0 (2023-12-15) + +### Feat + +- **compiler**: :globe_with_meridians: Add web compilation option + ## 0.11.1 (2023-09-29) ### Fix diff --git a/version.go b/version.go index e26b05a..beb6e53 100644 --- a/version.go +++ b/version.go @@ -7,4 +7,4 @@ import ( ) // Version is the semantic version of this reference implementation of postcard file format reading and writing -var Version = types.MustParseVersion("0.11.1") +var Version = types.MustParseVersion("0.12.0")