mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2024-11-23 15:41:18 +09:00
bump to v2.0.1
fix version in Cargo.toml
This commit is contained in:
parent
6842097962
commit
4478ec1654
3 changed files with 9 additions and 2 deletions
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.1]
|
||||
|
||||
### Fix
|
||||
|
||||
- version in Cargo.toml
|
||||
|
||||
## [2.0.0]
|
||||
|
||||
### Added
|
||||
|
@ -44,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Subcommand `check-db` to validate the database CSV file.
|
||||
|
||||
[Unreleased]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/compare/main...v1.0.1
|
||||
[2.0.1]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/compare/v2.0.1...v2.0.0
|
||||
[2.0.0]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/compare/v2.0.0...v1.1.0
|
||||
[1.1.0]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/compare/v1.1.0...v1.0.1
|
||||
[1.0.1]: https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess/-/compare/v1.0.1...v1.0.0
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -730,7 +730,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "psb-qaqc"
|
||||
version = "1.1.0"
|
||||
version = "2.0.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "psb-qaqc"
|
||||
version = "1.1.0"
|
||||
version = "2.0.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue