Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 0cd5f5a

Browse files
bump: version 0.2.0 → 0.3.0
1 parent 6975672 commit 0cd5f5a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.3.0 (2025-09-24)
2+
3+
### Feat
4+
5+
- **calculator**: add power operation with tests
6+
7+
### Fix
8+
9+
- **ci**: use GITHUB_TOKEN instead of PAT to fix release workflow
10+
- **core**: fix index out of range error
11+
112
## v0.2.0 (2025-09-23)
213

314
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Add your description here"
44
name = "uv-python-workflow"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
version = "0.2.0"
7+
version = "0.3.0"
88

99
[dependency-groups]
1010
dev = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)