From 1ec3f8107c67487db5a4995bb29687d930895795 Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Thu, 25 Jul 2024 20:11:08 +0900 Subject: [PATCH] bump to 1.0.1 update CHANGELOG --- CHANGELOG.md | 7 ++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010c2cb..d552b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] + ### Fixed - update test for `retest` field +- version field in Cargo.toml ### Added - updated check-db for `abnormal resistance` - Docs (for japanese) +- automatically detect boards to retest ## [1.0.0] - 2024-07-25 @@ -23,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Subcommand `add-master-log` to parse master log for shiftwork 0.1.0 and write out to CSV. - Subcommand `check-db` to validate the database CSV file. -[Unreleased]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/compare/main...v1.0.0 +[Unreleased]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/compare/main...v1.0.1 +[1.0.1]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/compare/v1.0.1...v1.0.0 [1.0.0]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/tags/v1.0.0 diff --git a/Cargo.lock b/Cargo.lock index 98951ce..2407206 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,7 +653,7 @@ dependencies = [ [[package]] name = "psb-qaqc" -version = "0.1.0" +version = "1.0.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 887075f..8fe1927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psb-qaqc" -version = "0.1.0" +version = "1.0.1" edition = "2021" [dependencies]