bump to v0.3.0

This commit is contained in:
qwjyh 2024-12-02 13:10:28 +09:00
parent 1d6c0eb75d
commit 90cebed15f
3 changed files with 5 additions and 4 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -2067,7 +2067,7 @@ dependencies = [
[[package]]
name = "xdbm"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"anyhow",
"assert_cmd",

View file

@ -1,6 +1,6 @@
[package]
name = "xdbm"
version = "0.2.1"
version = "0.3.0"
authors = ["qwjyh <urataw421@gmail.com>"]
edition = "2021"
description = "Cross device backup manager, which manages backups on several storages mounted on multiple devices."