File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. This projec
4
4
adheres to [ PEP 440] ( https://www.python.org/dev/peps/pep-0440/ ) versioning schema, and
5
5
the changelog itself conforms to [ Keep A Changelog] ( https://keepachangelog.com/ ) .
6
6
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
+
7
28
## v8.1.0 (2023-07-10)
8
29
9
30
### Feat
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ annotated_tag = true
128
128
changelog_incremental = true
129
129
tag_format = " v$version"
130
130
update_changelog_on_bump = true
131
- version = " 8.1 .0"
131
+ version = " 8.2 .0"
132
132
133
133
[build-system ]
134
134
requires = [" poetry-core>=1.0.0" , " poetry-dynamic-versioning" ]
You can’t perform that action at this time.
0 commit comments