bump version to v0.2.0

This commit is contained in:
qwjyh 2024-05-21 18:02:39 +09:00
parent d64cf6e255
commit fe2847ba5b
3 changed files with 4 additions and 4 deletions

View file

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

2
Cargo.lock generated
View file

@ -1438,7 +1438,7 @@ checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
[[package]]
name = "xdbm"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow",
"assert_cmd",

View file

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