Skip to content

Commit

Permalink
change(bump-version): bump release version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Feb 14, 2024
1 parent b82419e commit 253dd16
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## v0.1.1 (2024-02-14)


- docs: add CONTRIBUTING guide, update README
- ci(project-structure): package and tools config by pyproject.toml
- - add commitizen support to pyproject.toml
- add Danger for GitHub
- add pre-commit hook for codespell
- add pre-commit hook prettier - formatting Markdown files
- add pre-commit workflow to CI
- refactor: refactor to Python 3.11, refactor Dockerfile (Bookworm, node20)
- - refactor(tests): add tests and GH workflow for pytest
- refactor: move source code to src directory

## v0.1.0 (2024-02-07)


- feat(init): original code from github-actions repo
- Init
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

[tool.commitizen]
annotated_tag = true
bump_message = "change: release v$new_version"
bump_message = "change(bump-version): bump release version to v$new_version"
name = "cz_customize"
tag_format = "v$version"
update_changelog_on_bump = true
Expand Down

0 comments on commit 253dd16

Please sign in to comment.