We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2634d commit f7221c3Copy full SHA for f7221c3
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## <small>0.8.1-dev.4 (2026-03-23)</small>
2
+
3
+* fix(ci): rename caller workflow to match pypi trusted publisher ([7d2634d](https://github.com/CrackingShells/Hatch/commit/7d2634d))
4
5
## <small>0.8.1-dev.3 (2026-03-23)</small>
6
7
* Merge pull request #49 from LittleCoinCoin/dev ([73666d9](https://github.com/CrackingShells/Hatch/commit/73666d9)), closes [#49](https://github.com/CrackingShells/Hatch/issues/49)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "hatch-xclam"
-version = "0.8.1-dev.3"
+version = "0.8.1-dev.4"
8
description = "Package manager for the Cracking Shells ecosystem"
9
readme = "README.md"
10
requires-python = ">=3.12"
0 commit comments