File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ 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
+ ## v9.1.1 (2024-01-16)
8
+
9
+ ### Fix
10
+
11
+ - don't fail in systems with windows 1252 encoding (probably)
12
+ - skip excluded paths before rendering
13
+
7
14
## v9.1.0 (2023-11-27)
8
15
9
16
### Feat
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ annotated_tag = true
138
138
changelog_incremental = true
139
139
tag_format = " v$version"
140
140
update_changelog_on_bump = true
141
- version = " 9.1.0 "
141
+ version = " 9.1.1 "
142
142
143
143
[build-system ]
144
144
requires = [" poetry-core>=1.7.0" , " poetry-dynamic-versioning>=1.1.0" ]
You can’t perform that action at this time.
0 commit comments