Skip to content

Commit 1936824

Browse files
committed
bump: version 8.1.0 → 8.2.0
1 parent 9406716 commit 1936824

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. This projec
44
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
55
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
66

7+
## v8.2.0 (2023-08-28)
8+
9+
### Feat
10+
11+
- release on FlakeHub.com too
12+
- add support for pre-update and post-update messages (#1288)
13+
- add support for pre-copy and post-copy messages
14+
15+
### Fix
16+
17+
- do not immediately fail if git is not available
18+
- provide more clarification in unsafe error message (#1280)
19+
- clean up tmp dir
20+
- don't lie about updated files
21+
- require default value for secret question
22+
- fix answer validation against conditional choices with duplicate values
23+
24+
### Refactor
25+
26+
- drop support for Python 3.7 (#1252)
27+
728
## v8.1.0 (2023-07-10)
829

930
### Feat

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ annotated_tag = true
128128
changelog_incremental = true
129129
tag_format = "v$version"
130130
update_changelog_on_bump = true
131-
version = "8.1.0"
131+
version = "8.2.0"
132132

133133
[build-system]
134134
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]

0 commit comments

Comments
 (0)