Skip to content

Commit

Permalink
Merge pull request #16 from ALPHA-g-Experiment/release
Browse files Browse the repository at this point in the history
Release v0.1.0
  • Loading branch information
DJDuque authored Aug 23, 2024
2 parents 3b6d897 + c06cb30 commit 826db7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ changes will be documented in this file.

## [Unreleased] - ReleaseDate

## [0.1.0] - 2024-08-23

First usable version of the data handler.

<!-- next-url -->
[Unreleased]: https://github.com/ALPHA-g-Experiment/data-handler/compare/5ab78a7...HEAD
[Unreleased]: https://github.com/ALPHA-g-Experiment/data-handler/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/ALPHA-g-Experiment/data-handler/compare/5ab78a7...v0.1.0
2 changes: 1 addition & 1 deletion src/secondary_script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl SecondaryScript for ChronoboxTimestamps {
cmd.arg(analysis_scripts_dir().join(self.to_string()))
.arg(&self.csv)
.arg(&self.args.board_name)
.arg(&self.args.channel_number.to_string())
.arg(self.args.channel_number.to_string())
.arg("--output")
.arg(&output);
if let Some(t_bins) = self.args.t_bins {
Expand Down

0 comments on commit 826db7a

Please sign in to comment.