Skip to content

Commit

Permalink
bump: version 1.5.0 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junghoon-vans authored and github-actions[bot] committed Jan 12, 2023
1 parent 880ac46 commit 6d59794
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.6.0 (2023-01-12)

### Feat

- **parser**: Check if substitutions are provided or not

## v1.5.0 (2022-12-28)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ License <https://github.com/junghoon-vans/varst/blob/main/LICENSE>`__
:target: https://github.com/marketplace/actions/rst-substitution
.. |pre-commit.ci status| image:: https://results.pre-commit.ci/badge/github/junghoon-vans/varst/main.svg
:target: https://results.pre-commit.ci/latest/github/junghoon-vans/varst/main
.. |GitHub Workflow Status| image:: https://img.shields.io/github/actions/workflow/status/junghoon-vans/varst/python-publish.yml?branch=v1.5.0
.. |GitHub Workflow Status| image:: https://img.shields.io/github/actions/workflow/status/junghoon-vans/varst/python-publish.yml?branch=v1.6.0
.. |Documentation Status| image:: https://readthedocs.org/projects/varst/badge/?version=latest
:target: https://varst.readthedocs.io/en/latest/?badge=latest

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.5.0"
version = "1.6.0"
description = "Replace substitutions in rst files with variables."
authors = ["junghoon-vans <junghoon.ban@gmail.com>"]
maintainers = ["junghoon-vans <junghoon.ban@gmail.com>"]
Expand Down Expand Up @@ -50,7 +50,7 @@ requires = [
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.5.0"
version = "1.6.0"
tag_format = "v$version"
version_files = [
"varst/__init__.py",
Expand Down
2 changes: 1 addition & 1 deletion varst/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.5.0'
__version__ = '1.6.0'
supported = ('rst', 'restructuredtext', 'rest', 'restx', 'rtxt', 'rstx')

0 comments on commit 6d59794

Please # to comment.