Skip to content

Commit e2482e2

Browse files
bump: version 1.9.0 → 1.10.0
1 parent f948f55 commit e2482e2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.10.0 (2023-12-02)
2+
3+
### Feat
4+
5+
- add 2023 day 2 part 2
6+
- add 2023 day 2 part 1
7+
8+
### Fix
9+
10+
- apply linting outputs
11+
112
## v1.9.0 (2023-12-02)
213

314
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ exclude_lines = [
177177

178178
[tool.commitizen]
179179
tag_format = "v$version"
180-
version = "1.9.0"
180+
version = "1.10.0"
181181
version_files = [
182182
"src/adventofcode/__about__.py",
183183
]

src/adventofcode/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2015-present Marcel Blijleven <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "1.9.0"
4+
__version__ = "1.10.0"

0 commit comments

Comments
 (0)