bump to 1.0.1

update CHANGELOG
This commit is contained in:
Wataru Otsubo 2024-07-25 20:11:08 +09:00
parent ae29be2daa
commit 1ec3f8107c
3 changed files with 8 additions and 3 deletions

View file

@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.0.1]
### Fixed ### Fixed
- update test for `retest` field - update test for `retest` field
- version field in Cargo.toml
### Added ### Added
- updated check-db for `abnormal resistance` - updated check-db for `abnormal resistance`
- Docs (for japanese) - Docs (for japanese)
- automatically detect boards to retest
## [1.0.0] - 2024-07-25 ## [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 `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. - 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 [1.0.0]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/tags/v1.0.0

2
Cargo.lock generated
View file

@ -653,7 +653,7 @@ dependencies = [
[[package]] [[package]]
name = "psb-qaqc" name = "psb-qaqc"
version = "0.1.0" version = "1.0.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "psb-qaqc" name = "psb-qaqc"
version = "0.1.0" version = "1.0.1"
edition = "2021" edition = "2021"
[dependencies] [dependencies]