Skip to content

Commit

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

## v9.0.0 (2023-10-22)

### BREAKING CHANGE

- Changes the return code for unsafe template error from
2 to 4 to avoid return code collision with Plumbum's `SwitchError` type
errors which use return code 2.

### Feat

- allow overriding data file with CLI arguments (#1332)
- **cli**: read answers from yaml file (#1325)

### Fix

- **vcs**: prevent local clone from being stuck by gpg prompts (#1360)
- **pydantic**: compatible with 2.4+, solving `FieldValidationInfo` warning (#1342)
- fix answer validation for `type: str` questions
- version guess from tags that don't start with `v`, but are still PEP440 compliant (#1048)
- **cli**: use return code 4 for unsafe template error
- **nix**: detect build version appropriately

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

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

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

0 comments on commit 908c090

Please sign in to comment.