diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a056a..45a900a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.2.0] - 2024-05-21 ### Changed - Added CI on GitHub Actions (#10). @@ -21,5 +21,5 @@ - `backup done` subcommand - `completion` subcommand -[unreleased]: https://github.com/qwjyh/xdbm/compare/v0.1.0...HEAD +[0.2.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.2.0 [0.1.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index d587138..1c72acc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1438,7 +1438,7 @@ checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" [[package]] name = "xdbm" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index bee6887..84026ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xdbm" -version = "0.1.0" +version = "0.2.0" authors = ["qwjyh "] edition = "2021" description = "Cross device backup manager, which manages backups on several storages mounted on multiple devices."