Skip to content

Commit 6cc9a33

Browse files
bump: version 1.10.0 → 2.0.0
1 parent 25d142c commit 6cc9a33

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## v2.0.0 (2024-12-03)
2+
3+
### Feat
4+
5+
- add 2024 day 1 part 1 & 2
6+
- add 2023 day 09
7+
- add 2023 day 08 part 02
8+
- add 2023 day 07 part 01
9+
- add 2023 day 7 part 1 & 2
10+
- add 2023 day 6 part 2
11+
- add 2023 day 06 part 1
12+
- add 2023 day 05 part 2
13+
- add 2023 day 05 part 1
14+
- add 2023 day 4 part 2
15+
- add 2023 day 4 part 1
16+
- add 2023 day 03
17+
18+
### Fix
19+
20+
- send user agent with input retrieval request
21+
- add return value
22+
- remove extra number in range
23+
- formatting
24+
- type hints
25+
26+
27+
- migrate to poetry
28+
129
## v1.10.0 (2023-12-02)
230

331
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ exclude_lines = ["no cov", "if __name__ == __main__:", "if TYPE_CHECKING:"]
4242

4343
[tool.commitizen]
4444
tag_format = "v$version"
45-
version = "1.10.0"
45+
version = "2.0.0"
4646
version_files = ["src/adventofcode/__about__.py"]
4747

4848
[build-system]

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 <marcelblijleven@gmail.com>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "1.10.0"
4+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)