diff --git a/Cargo.lock b/Cargo.lock index 776e001..5027a71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1" [[package]] name = "alpha-g-analysis" -version = "0.5.7" +version = "0.5.8" dependencies = [ "alpha_g_detector", "alpha_g_physics", diff --git a/analysis/CHANGELOG.md b/analysis/CHANGELOG.md index e531b8b..9046f24 100644 --- a/analysis/CHANGELOG.md +++ b/analysis/CHANGELOG.md @@ -8,6 +8,14 @@ changes will be documented in this file. ## [Unreleased] - ReleaseDate +## [0.5.8] - 2024-10-16 + +### Fixed + +- Bump `alpha_g_physics` to version `0.1.4`, see + [its changelog](https://github.com/ALPHA-g-Experiment/alpha-g/blob/main/physics/CHANGELOG.md#014---2024-10-16) + for more details. This updates the wire and pad calibration for 2024 data. + ## [0.5.7] - 2024-08-23 ### Fixed @@ -33,7 +41,8 @@ Nothing changed for this release. It is just made to test the new release workflow. -[Unreleased]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha-g-analysis-v0.5.7...HEAD +[Unreleased]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha-g-analysis-v0.5.8...HEAD +[0.5.8]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha-g-analysis-v0.5.7...alpha-g-analysis-v0.5.8 [0.5.7]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha-g-analysis-v0.5.6...alpha-g-analysis-v0.5.7 [0.5.6]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha-g-analysis-v0.5.5...alpha-g-analysis-v0.5.6 [0.5.5]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha-g-analysis-v0.5.4...alpha-g-analysis-v0.5.5 diff --git a/analysis/Cargo.toml b/analysis/Cargo.toml index 863cb68..68809a1 100644 --- a/analysis/Cargo.toml +++ b/analysis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alpha-g-analysis" -version = "0.5.7" +version = "0.5.8" edition = "2021" license = "MIT" description = "Analysis binaries for the ALPHA-g experiment"