Skip to content

Commit

Permalink
bump: version 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2022
1 parent 558c91d commit 846ecfe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.2.1 (2022-12-22)

### Refactor

- **parser**: Update help message for substitution argument
- **parser**: Rename argument to substitutions
- Rename parameters in subsitution utils
- Rename function to create substition definition

## v1.2.0 (2022-11-28)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "varst"
version = "1.2.0"
version = "1.2.1"
description = "Replace substitutions in rst files with variables."
authors = ["Jeonghun-Ban <junghoon.ban@gmail.com>"]
maintainers = ["Jeonghun-Ban <junghoon.ban@gmail.com>"]
Expand Down Expand Up @@ -50,7 +50,7 @@ requires = [
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.2.0"
version = "1.2.1"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 846ecfe

Please sign in to comment.