diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c3780..401ea52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - ReleaseDate +## [0.3.0] - 2022-03-01 + ### Changed - Source and destination directories are now specified via position @@ -24,5 +26,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Support for updating the manifests in existing bags -[Unreleased]: https://github.com/pwinckles/bagr/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/pwinckles/bagr/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/pwinckles/bagr/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/pwinckles/bagr/compare/v0.1.0...v0.2.0 diff --git a/Cargo.lock b/Cargo.lock index 81951db..1864246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bagr" -version = "0.3.0-dev" +version = "0.3.0" dependencies = [ "ansi_term", "atty", diff --git a/Cargo.toml b/Cargo.toml index 74141dd..0c4d5f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bagr" -version = "0.3.0-dev" +version = "0.3.0" edition = "2021" authors = ["Peter Winckles "] description = "A CLI for interacting with BagIt bags"