Skip to content

Commit

Permalink
bump: version 0.11.1 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent 139cad9 commit cfc9aae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit cfc9aae

Please sign in to comment.