Skip to content

Commit

Permalink
Merge pull request #169 from ALPHA-g-Experiment/release
Browse files Browse the repository at this point in the history
chore: Release
  • Loading branch information
DJDuque authored Oct 16, 2024
2 parents 1992cd2 + 408b8a8 commit 66d279f
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.3", path = "../physics" }
alpha_g_physics = { version = "=0.1.4", 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.4] - 2024-10-16

### Fixed

- New pad and wire calibration from run 11084. Some PWBs were replaced since
Expand Down Expand Up @@ -42,5 +44,6 @@ 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.3...HEAD
[Unreleased]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha_g_physics-v0.1.4...HEAD
[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.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
description = "Data analysis library for the ALPHA-g experiment"
Expand Down

0 comments on commit 66d279f

Please sign in to comment.