Skip to content

Commit

Permalink
chore(release): 0.2.0 β†’ 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller committed Feb 20, 2025
1 parent 3b3bdfd commit 2732505
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

All notable changes to this project will be documented in this file.

## 0.1.0 - 2025-02-20
## 0.2.1 - 2025-02-20

### πŸ› Bug Fixes

- Git-cliff deps

## 0.2.0 - 2025-02-20

### πŸš€ Features

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ topo_order = false
sort_commits = "oldest"

[tool.bumpversion]
current_version = "0.2.0"
current_version = "0.2.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down

0 comments on commit 2732505

Please sign in to comment.