Skip to content

Commit

Permalink
bump: Semantic Release Bot: Realease Version: 0.9.0 πŸ€–πŸš€ [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2024
1 parent a44d4ca commit b984888
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.8.5"
version = "0.9.0"
tag_format = "v$version"
bump_message = "bump: Semantic Release Bot: Realease Version: $new_version πŸ€–πŸš€ [skip ci]"
version_files = [
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.9.0 (2024-10-18)

### Feat

- add new way to identify strings and numbers for unmarshalText
- add unmarshalText with tests

### Fix

- change unmarshalText implementation

## v0.8.5 (2024-07-19)

### Fix
Expand Down

0 comments on commit b984888

Please sign in to comment.