diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f11a576..2920121 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.7.0 (2023-05-27) + +### Feat + +- "conjuring init" command to set up files (#11) +- **py**: -s option in py.test and py.coverage + +### Fix + +- **git**: improve commit body clean-up + ## v0.6.0 (2023-05-24) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 02e0898..bb6e167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "conjuring" -version = "0.6.0" +version = "0.7.0" description = "🐍🤖 Reusable global Invoke tasks that can be merged with local project tasks" authors = ["W. Augusto Andreoli "] license = "MIT" @@ -37,7 +37,7 @@ conjuring = "conjuring.cli:app" [tool.commitizen] name = "cz_conventional_commits" -version = "0.6.0" +version = "0.7.0" # https://commitizen-tools.github.io/commitizen/bump/#configuration version_files = [