Skip to content

Commit 8a6cecf

Browse files
bump: version 1.8.2 β†’ 1.9.0
1 parent 9f91863 commit 8a6cecf

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## Unreleased
1+
## v1.9.0 (2023-12-02)
2+
3+
### Feat
4+
5+
- add 2023 day 2
6+
- add 2023 day 1
27

38
## v1.8.2 (2022-12-11)
49

β€Ž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.8.2"
180+
version = "1.9.0"
181181
version_files = [
182182
"src/adventofcode/__about__.py",
183183
]
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.8.2"
4+
__version__ = "1.9.0"

0 commit comments

Comments
Β (0)