We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0112537 commit 167f1d7Copy full SHA for 167f1d7
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# 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
8
## 0.8.1 (2024-08-13)
9
10
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "bahamut_ani_stat"
-version = "0.8.1"
+version = "0.9.0"
authors = [{ name = "Wei Lee", email = "weilee.rx@gmail.com" }]
description = "Toolkit for Bahamut ani gamer data"
license = { file = "LICENSE" }
@@ -74,7 +74,7 @@ build-backend = "hatchling.build"
74
75
[tool.commitizen]
76
name = "cz_conventional_commits"
77
78
tag_format = "$version"
79
version_files = ["pyproject.toml:version"]
80
0 commit comments