Skip to content

Commit

Permalink
bump: version 1.10.0 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 25d142c commit 6cc9a33
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## v2.0.0 (2024-12-03)

### Feat

- add 2024 day 1 part 1 & 2
- add 2023 day 09
- add 2023 day 08 part 02
- add 2023 day 07 part 01
- add 2023 day 7 part 1 & 2
- add 2023 day 6 part 2
- add 2023 day 06 part 1
- add 2023 day 05 part 2
- add 2023 day 05 part 1
- add 2023 day 4 part 2
- add 2023 day 4 part 1
- add 2023 day 03

### Fix

- send user agent with input retrieval request
- add return value
- remove extra number in range
- formatting
- type hints


- migrate to poetry

## v1.10.0 (2023-12-02)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exclude_lines = ["no cov", "if __name__ == __main__:", "if TYPE_CHECKING:"]

[tool.commitizen]
tag_format = "v$version"
version = "1.10.0"
version = "2.0.0"
version_files = ["src/adventofcode/__about__.py"]

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion src/adventofcode/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2015-present Marcel Blijleven <marcelblijleven@gmail.com>
#
# SPDX-License-Identifier: MIT
__version__ = "1.10.0"
__version__ = "2.0.0"

0 comments on commit 6cc9a33

Please sign in to comment.