mirror of
https://github.com/qwjyh/xdbm
synced 2024-11-22 06:40:12 +09:00
parent
2b4efd71bc
commit
d64cf6e255
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Added CI on GitHub Actions (#10).
|
||||||
|
- Replaced `HashMap` with `BTreeMap` to produce cleaner diff (#11).
|
||||||
|
|
||||||
## [0.1.0] - 2024-03-18
|
## [0.1.0] - 2024-03-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -15,4 +21,5 @@
|
||||||
- `backup done` subcommand
|
- `backup done` subcommand
|
||||||
- `completion` subcommand
|
- `completion` subcommand
|
||||||
|
|
||||||
|
[unreleased]: https://github.com/qwjyh/xdbm/compare/v0.1.0...HEAD
|
||||||
[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
|
||||||
|
|
Loading…
Reference in a new issue