Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jphastings committed Dec 15, 2023
2 parents 5b00458 + 2612177 commit 139cad9
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.0
version: 0.11.1
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.11.1 (2023-09-29)

### Fix

- **cli**: Fix accidental removal of webp size frame

## 0.11.0 (2023-09-05)

### Feat
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.0")
var Version = types.MustParseVersion("0.11.1")

0 comments on commit 139cad9

Please sign in to comment.