Skip to content

Commit

Permalink
bump: version 0.6.0 β†’ 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2023
1 parent b4fa38f commit abba4c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 = "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 <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit abba4c8

Please sign in to comment.