mirror of
https://github.com/qwjyh/xdbm
synced 2025-04-20 11:45:50 +09:00
fix: CHANGELOG was wrong
This commit is contained in:
parent
c08d455780
commit
c2b6506db0
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- `sync` subcommand, which performs git pull (fast-forward) and push (#21)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Git local config is now looked up. (#20)
|
- Git local config is now looked up. (#20)
|
||||||
- Git global config will not be polluted in test by default. (#20)
|
- Git global config will not be polluted in test by default. (#20)
|
||||||
|
@ -10,7 +13,6 @@
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Add `status` subcommand to see storage and backup on given path or current working directory ([#17](https://github.com/qwjyh/xdbm/pull/17)).
|
- 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
|
### Changed
|
||||||
- Colored output for `storage list` and `backup list` ([#15](https://github.com/qwjyh/xdbm/pull/15))
|
- Colored output for `storage list` and `backup list` ([#15](https://github.com/qwjyh/xdbm/pull/15))
|
||||||
|
|
Loading…
Add table
Reference in a new issue