Skip to content

Commit

Permalink
bump: version 1.8.0 → 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2024
1 parent f7279d7 commit c87a53f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 1.8.1 (2024-02-17)

### Fix

- **workflows**: change actions version

## 1.8.0 (2024-02-01)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"GNU General Public License v3",
"Not open source"
],
"_template_version": "1.8.0"
"_template_version": "1.8.1"
}
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.8.0"
version = "1.8.1"
tag_format = "$version"
version_files = [
"cookiecutter.json",
Expand Down Expand Up @@ -90,7 +90,7 @@ markers = [

[tool.poetry]
name = "cookiecutter-python-template"
version = "1.8.0"
version = "1.8.1"
description = ""
authors = ["Wei Lee <[email protected]>"]
license = "MIT"
Expand All @@ -110,7 +110,7 @@ pytest-cookies = "^0.6.1"
coverage = "^7.4.1"
# style
ruff = "^0.1.15"
mypy = "^1.8.0"
mypy = "^1.8.1"
black = "^24.1.1"
# security
bandit = "^1.6.2"
Expand All @@ -123,5 +123,5 @@ mkdocs = "^1.5.3"
mkdocs-material = "^9.5.6"

[build-system]
requires = ["poetry>=1.8.0"]
requires = ["poetry>=1.8.1"]
build-backend = "poetry.masonry.api"

0 comments on commit c87a53f

Please sign in to comment.