Commit 364723c 1 parent fd5f0ff commit 364723c Copy full SHA for 364723c
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) , and this project
6
6
adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.1.0a2 ] - 2024-09-23
9
9
10
10
- Changed error handling during ` Bundle ` instantiation. Now message errors will be ignored by default, overrideable
11
11
by a new ` strict ` parameter. In this mode, a ` ParserError ` will be raised instead of a ` ValueError ` as before.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers = [
21
21
]
22
22
# Do not manually edit the version, use `make version_{type}` instead.
23
23
# This should match the version in the [tool.bumpversion] section.
24
- version = " 0.1.0a1 "
24
+ version = " 0.1.0a2 "
25
25
dependencies = []
26
26
27
27
[project .urls ]
@@ -133,7 +133,7 @@ filterwarnings = "error"
133
133
[tool .bumpversion ]
134
134
# Do not manually edit the version, use `make version_{type}` instead.
135
135
# This should match the version in the [project] section.
136
- current_version = " 0.1.0a1 "
136
+ current_version = " 0.1.0a2 "
137
137
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
138
138
serialize = [" {major}.{minor}.{patch}" ]
139
139
search = " {current_version}"
You can’t perform that action at this time.
0 commit comments