mirror of
https://github.com/qwjyh/xdbm
synced 2024-11-22 06:40:12 +09:00
bump to v0.2.1
This commit is contained in:
parent
bdd2d32901
commit
a7c81d5976
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.2.1] - 2024-06-19
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Dependencies are updated.
|
- Dependencies are updated.
|
||||||
|
@ -30,6 +30,6 @@
|
||||||
- `backup done` subcommand
|
- `backup done` subcommand
|
||||||
- `completion` subcommand
|
- `completion` subcommand
|
||||||
|
|
||||||
[Unreleased]: https://github.com/qwjyh/xdbm/compare/v0.2.0...HEAD
|
[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.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
|
[0.1.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.1.0
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1825,7 +1825,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xdbm"
|
name = "xdbm"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "xdbm"
|
name = "xdbm"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["qwjyh <urataw421@gmail.com>"]
|
authors = ["qwjyh <urataw421@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Cross device backup manager, which manages backups on several storages mounted on multiple devices."
|
description = "Cross device backup manager, which manages backups on several storages mounted on multiple devices."
|
||||||
|
|
Loading…
Reference in a new issue