chore: release v0.3.23
CI / Tests (push) Successful in 4m24s
CI / Lint (ruff check) (push) Successful in 1m38s
CI / Format (ruff format) (push) Successful in 1m37s
CI / Type check (ty) (push) Successful in 1m37s
CI / Sync project version with tag (hand-pushed tags only) (push) Skipped
CI / Publish package to Gitea package registry (push) Skipped
CI / Release (bump, changelog, badges, tag) on merge to master (push) Successful in 25s
CI / Tests (push) Successful in 4m24s
CI / Lint (ruff check) (push) Successful in 1m38s
CI / Format (ruff format) (push) Successful in 1m37s
CI / Type check (ty) (push) Successful in 1m37s
CI / Sync project version with tag (hand-pushed tags only) (push) Skipped
CI / Publish package to Gitea package registry (push) Skipped
CI / Release (bump, changelog, badges, tag) on merge to master (push) Successful in 25s
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "0.3.22"
|
||||
current_version = "0.3.23"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [0.3.23] - 2026-09-07
|
||||
|
||||
### Changed
|
||||
|
||||
- Fix(deps): silence polars explode() empty_as_null deprecation warnings
|
||||
|
||||
- Feat(ci): add scheduled dependency-bump workflows (Renovate-lite)
|
||||
|
||||
## [0.3.22] - 2026-09-07
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -10,8 +10,8 @@ calorimeter showers.
|
||||
|
||||
[](pyproject.toml)
|
||||
[](pyproject.toml)
|
||||
[](CHANGELOG.md)
|
||||
[](tests/)
|
||||
[](CHANGELOG.md)
|
||||
[](tests/)
|
||||
[](https://git.larsbogner.de/lars/giant/actions)
|
||||
[](#license)
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "giant"
|
||||
version = "0.3.22"
|
||||
version = "0.3.23"
|
||||
description = "Geant4 step-function surrogate via conditional flow matching"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Reference in New Issue
Block a user