mirror of
https://github.com/qwjyh/xdbm
synced 2024-11-22 06:40:12 +09:00
25 lines
577 B
Markdown
25 lines
577 B
Markdown
# Changelog
|
|
|
|
## [0.2.0] - 2024-05-21
|
|
|
|
### Changed
|
|
- Added CI on GitHub Actions (#10).
|
|
- Replaced `HashMap` with `BTreeMap` to produce cleaner diff (#11).
|
|
|
|
## [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.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
|