mirror of
https://github.com/qwjyh/xdbm
synced 2024-11-24 07:31:05 +09:00
update changelog
This commit is contained in:
parent
f43b508819
commit
1f7b992010
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Dependencies are updated.
|
||||||
|
- Format of storage size printing has been changed due to the update of byte-unit.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- `libgit2-sys` was updated due to the security issue.
|
||||||
|
|
||||||
## [0.2.0] - 2024-05-21
|
## [0.2.0] - 2024-05-21
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -21,5 +30,6 @@
|
||||||
- `backup done` subcommand
|
- `backup done` subcommand
|
||||||
- `completion` subcommand
|
- `completion` subcommand
|
||||||
|
|
||||||
|
[Unreleased]: https://github.com/qwjyh/xdbm/compare/v0.2.0...HEAD
|
||||||
[0.2.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.2.0
|
[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
|
[0.1.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.1.0
|
||||||
|
|
Loading…
Reference in a new issue