Skip to content

Commit

Permalink
Merge pull request #172 from ALPHA-g-Experiment/release
Browse files Browse the repository at this point in the history
chore: Release
  • Loading branch information
DJDuque authored Oct 27, 2024
2 parents 1a8c107 + 9fb4e26 commit 638f181
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.

2 changes: 1 addition & 1 deletion analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["science", "command-line-utilities"]

[dependencies]
alpha_g_detector = { version = "=0.5.1", path = "../detector" }
alpha_g_physics = { version = "=0.1.4", path = "../physics" }
alpha_g_physics = { version = "=0.1.5", path = "../physics" }
anyhow = "1.0.68"
clap = { version = "4.0.9", features = ["derive"] }
csv = "1.3.0"
Expand Down
5 changes: 4 additions & 1 deletion physics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ changes will be documented in this file.

## [Unreleased] - ReleaseDate

## [0.1.5] - 2024-10-27

### Fixed

- New wire gain calibration from run 11356. A single wire (111) was dead during
Expand Down Expand Up @@ -51,6 +53,7 @@ changes will be documented in this file.
for details.

<!-- next-url -->
[Unreleased]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha_g_physics-v0.1.4...HEAD
[Unreleased]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha_g_physics-v0.1.5...HEAD
[0.1.5]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha_g_physics-v0.1.4...alpha_g_physics-v0.1.5
[0.1.4]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha_g_physics-v0.1.3...alpha_g_physics-v0.1.4
[0.1.3]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha_g_physics-v0.1.2...alpha_g_physics-v0.1.3
2 changes: 1 addition & 1 deletion physics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alpha_g_physics"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT"
description = "Data analysis library for the ALPHA-g experiment"
Expand Down

0 comments on commit 638f181

Please sign in to comment.