Skip to content

Commit

Permalink
Merge pull request #167 from ALPHA-g-Experiment/release
Browse files Browse the repository at this point in the history
Release `alpha-g-analysis-v0.5.7`
  • Loading branch information
DJDuque authored Aug 23, 2024
2 parents 163eb1b + 476e67c commit c5f7570
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ changes will be documented in this file.

## [Unreleased] - ReleaseDate

## [0.5.7] - 2024-08-23

### Fixed

- Bump `alpha_g_detector` to version `0.5.1`, see
[its changelog](https://github.com/ALPHA-g-Experiment/alpha-g/blob/main/detector/CHANGELOG.md#051---2024-08-22)
for more details. This fixes a panic caused by missing AWB and PWB maps.
- Bump `alpha_g_physics` to version `0.1.3`, see
[its changelog](https://github.com/ALPHA-g-Experiment/alpha-g/blob/main/physics/CHANGELOG.md#013---2024-08-22)
for more details. This fixes a panic caused by missing wire and pad
calibration files.

## [0.5.6] - 2024-08-09

### Fixed
Expand All @@ -21,6 +33,7 @@ Nothing changed for this release. It is just made to test the new release
workflow.

<!-- next-url -->
[Unreleased]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha-g-analysis-v0.5.6...HEAD
[Unreleased]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha-g-analysis-v0.5.7...HEAD
[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
2 changes: 1 addition & 1 deletion analysis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alpha-g-analysis"
version = "0.5.6"
version = "0.5.7"
edition = "2021"
license = "MIT"
description = "Analysis binaries for the ALPHA-g experiment"
Expand Down

0 comments on commit c5f7570

Please sign in to comment.