Skip to content

Commit

Permalink
bump: version 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2022
1 parent 37ea8ef commit d6d523e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.2 (2022-11-05)

### Fix

- **iwork**: reset prob counter in new section

## 0.3.1 (2022-10-29)

### Fix
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.1"
version = "0.3.2"
tag_format = "$version"
version_files = ["pyproject.toml:version"]

[tool.poetry]
name = "ilatex"
version = "0.3.1"
version = "0.3.2"
description = "Simple LaTeX Templates"
authors = ["Qin Li <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d6d523e

Please sign in to comment.