Skip to content

Commit 167f1d7

Browse files
bump: version 0.8.1 → 0.9.0
1 parent 0112537 commit 167f1d7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## 0.9.0 (2025-05-07)
3+
4+
### Feat
5+
6+
- **cruft**: update dep tool as uv and python version to 3.12
7+
28
## 0.8.1 (2024-08-13)
39

410
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bahamut_ani_stat"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
authors = [{ name = "Wei Lee", email = "weilee.rx@gmail.com" }]
55
description = "Toolkit for Bahamut ani gamer data"
66
license = { file = "LICENSE" }
@@ -74,7 +74,7 @@ build-backend = "hatchling.build"
7474

7575
[tool.commitizen]
7676
name = "cz_conventional_commits"
77-
version = "0.8.1"
77+
version = "0.9.0"
7878
tag_format = "$version"
7979
version_files = ["pyproject.toml:version"]
8080

0 commit comments

Comments
 (0)