Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 29, 2022
1 parent 6676f39 commit 4516805
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.1 (2022-10-29)

### Fix

- fix version

## 0.1.0 (2022-10-29)

## 0.3.0 (2022-10-28)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.0"
version = "0.3.1"
tag_format = "$version"
version_files = ["pyproject.toml:version"]

[tool.poetry]
name = "template"
version = "0.3.0"
version = "0.3.1"
description = ""
authors = ["Qin Li <liblaf@outlook.com>"]
license = "MIT"
Expand Down

0 comments on commit 4516805

Please sign in to comment.