xdbm/CHANGELOG.md

26 lines
576 B
Markdown
Raw Normal View History

2024-03-18 09:19:58 +09:00
# Changelog
## [unreleased]
### Changed
- Added CI on GitHub Actions (#10).
- Replaced `HashMap` with `BTreeMap` to produce cleaner diff (#11).
2024-03-18 09:19:58 +09:00
## [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
[unreleased]: https://github.com/qwjyh/xdbm/compare/v0.1.0...HEAD
2024-03-18 09:19:58 +09:00
[0.1.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.1.0