From 90cebed15fa0ba8e6d2b5692d2594a929f4eacbd Mon Sep 17 00:00:00 2001 From: qwjyh Date: Mon, 2 Dec 2024 13:10:28 +0900 Subject: [PATCH] bump to v0.3.0 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a57b9..77119fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.3.0] - 2024-12-02 ### Added - Add `status` subcommand to see storage and backup on given path or current working directory ([#17](https://github.com/qwjyh/xdbm/pull/17)). @@ -39,7 +39,8 @@ - `backup done` subcommand - `completion` subcommand -[Unreleased]: https://github.com/qwjyh/xdbm/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/qwjyh/xdbm/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/qwjyh/xdbm/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/qwjyh/xdbm/compare/v0.2.0...v0.2.1 [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 57deb60..0f749cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2067,7 +2067,7 @@ dependencies = [ [[package]] name = "xdbm" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e573c59..4530408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xdbm" -version = "0.2.1" +version = "0.3.0" authors = ["qwjyh "] edition = "2021" description = "Cross device backup manager, which manages backups on several storages mounted on multiple devices."