Skip to content

Commit

Permalink
bump: version 8.2.0 → 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Sep 5, 2023
1 parent afedd57 commit d55ad3e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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/).

## v8.3.0 (2023-09-05)

### Feat

- add `-A` as an alias for `--skip-answered`, and support it in `recopy` too
- add `--skip-answered` flag to avoid repeating recorded answers

### Fix

- **recopy**: never clone old template (even less if it's just for cleanup)

## v8.2.0 (2023-08-28)

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

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

0 comments on commit d55ad3e

Please sign in to comment.