chore: release v0.3.19
CI / Format (ruff format) (push) Has been skipped
CI / Type check (ty) (push) Has been skipped
CI / Sync project version with tag (hand-pushed tags only) (push) Successful in 1m7s
CI / Lint (ruff check) (push) Has been skipped
CI / Tests (push) Has been skipped
CI / Release (bump, changelog, badges, tag) on merge to master (push) Has been skipped
CI / Publish package to Gitea package registry (push) Successful in 1m13s
CI / Format (ruff format) (push) Has been skipped
CI / Type check (ty) (push) Has been skipped
CI / Sync project version with tag (hand-pushed tags only) (push) Successful in 1m7s
CI / Lint (ruff check) (push) Has been skipped
CI / Tests (push) Has been skipped
CI / Release (bump, changelog, badges, tag) on merge to master (push) Has been skipped
CI / Publish package to Gitea package registry (push) Successful in 1m13s
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.3.18"
|
current_version = "0.3.19"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
search = "{current_version}"
|
search = "{current_version}"
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.3.19] - 2026-09-04
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Chore: update README badges (version 0.3.18, 1138 tests)
|
||||||
|
|
||||||
|
- Ci: restructure release pipeline into a single atomic release commit
|
||||||
|
|
||||||
## [0.3.18] - 2026-09-03
|
## [0.3.18] - 2026-09-03
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ calorimeter showers.
|
|||||||
|
|
||||||
[](pyproject.toml)
|
[](pyproject.toml)
|
||||||
[](pyproject.toml)
|
[](pyproject.toml)
|
||||||
[](CHANGELOG.md)
|
[](CHANGELOG.md)
|
||||||
[](tests/)
|
[](tests/)
|
||||||
[](https://git.larsbogner.de/lars/giant/actions)
|
[](https://git.larsbogner.de/lars/giant/actions)
|
||||||
[](#license)
|
[](#license)
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "giant"
|
name = "giant"
|
||||||
version = "0.3.18"
|
version = "0.3.19"
|
||||||
description = "Geant4 step-function surrogate via conditional flow matching"
|
description = "Geant4 step-function surrogate via conditional flow matching"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user