Skip to content

Commit b40194d

Browse files
committed
chore(release): 0.2.1 β†’ 0.2.2
1 parent f8efa3c commit b40194d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 0.2.2 - 2025-02-20
6+
7+
### πŸ› Bug Fixes
8+
9+
- Ci release permission
10+
511
## 0.2.1 - 2025-02-20
612

713
### πŸ› Bug Fixes

β€Žpyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ topo_order = false
179179
sort_commits = "oldest"
180180

181181
[tool.bumpversion]
182-
current_version = "0.2.1"
182+
current_version = "0.2.2"
183183
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
184184
serialize = ["{major}.{minor}.{patch}"]
185185
search = "{current_version}"

0 commit comments

Comments
Β (0)