psboard-qaqc-postprocess/CHANGELOG.md

48 lines
1.3 KiB
Markdown
Raw Normal View History

2024-07-21 21:10:43 +09:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2024-09-10 23:04:48 +09:00
### Added
- `add-master-log` subcommand provide interactive session to upload master log to database via CSV
### Change
- *BREAKING* old `add-master-log` is now renamed to `convert-master-log`
2024-09-10 17:03:55 +09:00
## [1.1.0]
### Added
- Use `out_<runid>.csv` as default output path
2024-07-25 20:11:08 +09:00
## [1.0.1]
### Fixed
- update test for `retest` field
2024-07-25 20:11:08 +09:00
- version field in Cargo.toml
### Added
- updated check-db for `abnormal resistance`
- Docs (for japanese)
2024-07-25 20:11:08 +09:00
- automatically detect boards to retest
## [1.0.0] - 2024-07-25
2024-07-21 21:10:43 +09:00
### Added
- 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.
2024-07-21 21:10:43 +09:00
2024-07-25 20:11:08 +09:00
[Unreleased]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/compare/main...v1.0.1
2024-09-10 17:03:55 +09:00
[1.1.0]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/compare/v1.1.0...v1.0.1
2024-07-25 20:11:08 +09:00
[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