diff --git a/.bumpversion.toml b/.bumpversion.toml index 811744a..ceccb54 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.3.19" +current_version = "0.3.20" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c5006..29f9e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.3.20] - 2026-09-04 + +### Changed + +- Fix: dereference annotated tag to its commit before the push comparison + ## [0.3.19] - 2026-09-04 ### Changed diff --git a/README.md b/README.md index 7d29027..a453c9a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ calorimeter showers. [![python](https://img.shields.io/badge/python-3.12%2B-3776AB?logo=python&logoColor=white)](pyproject.toml) [![torch](https://img.shields.io/badge/torch-2.3.x-EE4C2C?logo=pytorch&logoColor=white)](pyproject.toml) -[![version](https://img.shields.io/badge/version-0.3.19-informational)](CHANGELOG.md) +[![version](https://img.shields.io/badge/version-0.3.20-informational)](CHANGELOG.md) [![tests](https://img.shields.io/badge/tests-1138%20passing-brightgreen)](tests/) [![CI](https://git.larsbogner.de/lars/giant/actions/workflows/ci.yml/badge.svg?branch=master)](https://git.larsbogner.de/lars/giant/actions) [![license](https://img.shields.io/badge/license-unlicensed-lightgrey)](#license) diff --git a/pyproject.toml b/pyproject.toml index e949951..ab998ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "giant" -version = "0.3.19" +version = "0.3.20" description = "Geant4 step-function surrogate via conditional flow matching" readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index b190989..537fa85 100644 --- a/uv.lock +++ b/uv.lock @@ -675,7 +675,7 @@ wheels = [ [[package]] name = "giant" -version = "0.3.19" +version = "0.3.20" source = { editable = "." } dependencies = [ { name = "numpy" },