Skip to content

Commit

Permalink
bump: version 6.2.0 → 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Oct 12, 2022
1 parent 8cb181a commit 3b2bb0e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file. This projec
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).

## v7.0.0 (2022-10-12)

### Feat

- expand tilde in template source path (#835)

### Fix

- delete temporary clones after execution automatically (#802)
- **typing**: remove invalid migration task stage "task"

### Refactor

- **typing**: use abstract container types where possible (#832)
- use `dict` constructor as default factory
- **typing**: remove unused types
- remove unreachable code (#826)
- model a task to execute using a dataclass
- reduce module imports

## v6.2.0 (2022-09-18)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ annotated_tag = true
changelog_incremental = true
tag_format = "v$version"
update_changelog_on_bump = true
version = "6.2.0"
version = "7.0.0"

[build-system]
requires = ["poetry_core>=1.0.0", "poetry-dynamic-versioning"]
Expand Down

0 comments on commit 3b2bb0e

Please sign in to comment.