From 1f7b992010a80e35649402c37e3059be8eaf4321 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Wed, 19 Jun 2024 18:24:36 +0900 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a900a..7000c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 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 ### Changed @@ -21,5 +30,6 @@ - `backup done` 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.1.0]: https://github.com/qwjyh/xdbm/releases/tag/v0.1.0