mirror of
https://github.com/qwjyh/xdbm
synced 2024-11-22 06:40:12 +09:00
release 0.1.0 (add CHANGELOG)
This commit is contained in:
parent
0e6256b74f
commit
6bb1893fa2
1 changed files with 18 additions and 0 deletions
18
CHANGELOG.md
Normal file
18
CHANGELOG.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## [0.1.0] - 2024-03-18
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- initial release
|
||||||
|
- `init` subcommand
|
||||||
|
- `storage add` subcommand
|
||||||
|
- `storage list` subcommand
|
||||||
|
- `storage bind` subcommand
|
||||||
|
- `path` subcommand
|
||||||
|
- `check` subcommand
|
||||||
|
- `backup add` subcommand
|
||||||
|
- `backup list` subcommand
|
||||||
|
- `backup done` subcommand
|
||||||
|
- `completion` subcommand
|
||||||
|
|
||||||
|
[0.1.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.1.0
|
Loading…
Reference in a new issue