Skip to content

Commit

Permalink
bump: version 9.1.1 → 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Apr 4, 2024
1 parent 4ca2e35 commit 70aa69f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ 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.2.0 (2024-04-04)

### Feat

- **tasks**: add support for skipping tasks (#1561)
- add support for validating multi-select choice answers

### Fix

- ignore empty YAML documents in `copier.yml`
- preserve choices order in answers to multi-select choice questions
- **exclude**: apply exclude matcher to rendered path

### Refactor

- drop `pyyaml-include` dependency and reimplement relevant features

### Perf

- apply `PERF` lint rules fixes (#1556)

## v9.1.1 (2024-01-16)

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

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

0 comments on commit 70aa69f

Please sign in to comment.