From c2b6506db0b3326715ac8e1d27c32a851c04ae0a Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 27 Feb 2025 02:48:03 +0900 Subject: [PATCH] fix: CHANGELOG was wrong --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1429919..575d09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +### Added +- `sync` subcommand, which performs git pull (fast-forward) and push (#21) + ### Fixed - Git local config is now looked up. (#20) - Git global config will not be polluted in test by default. (#20) @@ -10,7 +13,6 @@ ### Added - Add `status` subcommand to see storage and backup on given path or current working directory ([#17](https://github.com/qwjyh/xdbm/pull/17)). -- `sync` subcommand, which performs git pull (fast-forward) and push ### Changed - Colored output for `storage list` and `backup list` ([#15](https://github.com/qwjyh/xdbm/pull/15))