From 1f28aeb2291fb99a38dd6100c6e634f7c71c99e4 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 27 Feb 2025 03:06:38 +0900 Subject: [PATCH] bump versions --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3b984..f5a66ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.4.0] - 2025-02-27 ### Added - `sync` subcommand, which performs git pull (fast-forward) and push (#21) @@ -49,7 +49,7 @@ - `backup done` subcommand - `completion` subcommand -[Unreleased]: https://github.com/qwjyh/xdbm/compare/v0.3.0...HEAD +[0.4.0]: https://github.com/qwjyh/xdbm/compare/v0.3.0...v0.4.0 [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 diff --git a/Cargo.toml b/Cargo.toml index 45c625b..44a8139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xdbm" -version = "0.3.0" +version = "0.4.0" authors = ["qwjyh "] edition = "2021" description = "Cross device backup manager, which manages backups on several storages mounted on multiple devices."