bump versions

This commit is contained in:
qwjyh 2025-02-27 03:06:38 +09:00
parent e3b1e77f7d
commit 1f28aeb229
2 changed files with 3 additions and 3 deletions

View file

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

View file

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