Skip to content

Commit

Permalink
bump: version 1.9.0 → 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelblijleven committed Dec 2, 2023
1 parent f948f55 commit e2482e2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.10.0 (2023-12-02)

### Feat

- add 2023 day 2 part 2
- add 2023 day 2 part 1

### Fix

- apply linting outputs

## v1.9.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 @@ -177,7 +177,7 @@ exclude_lines = [

[tool.commitizen]
tag_format = "v$version"
version = "1.9.0"
version = "1.10.0"
version_files = [
"src/adventofcode/__about__.py",
]
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 <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "1.9.0"
__version__ = "1.10.0"

0 comments on commit e2482e2

Please sign in to comment.