This commit is contained in:
parent
b162228efd
commit
8175f54ddd
1 changed files with 11 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -6,17 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
Nothing yet.
|
||||||
|
|
||||||
|
## [0.2.0] (2025-08-05)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Set a default `depth` in config.yaml and remove the hard-coded value.
|
- Set a default `depth` in config.yaml and remove the hard-coded value.
|
||||||
- Ignore repository paths using `ignores` in config.yaml.
|
- Ignore repository paths using `ignores` in config.yaml.
|
||||||
|
|
||||||
## [0.1.0]
|
## Changed
|
||||||
|
|
||||||
|
- Update module paths to my Forgejo instance (`code.oliverdavies.uk`).
|
||||||
|
|
||||||
|
## [0.1.0] (2025-07-31)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Load a list of directories from a configuration file (`~/.config/git-repo-updater/config.yaml`).
|
- Load a list of directories from a configuration file (`~/.config/git-repo-updater/config.yaml`).
|
||||||
- Configure the depth to search in each directory by appending it to the path - e.g. (`~/Code:3`).
|
- Configure the depth to search in each directory by appending it to the path - e.g. (`~/Code:3`).
|
||||||
|
|
||||||
|
[unreleased]: https://code.oliverdavies.uk/opdavies/git-repo-updater/compare/0.2.0...main
|
||||||
|
[0.2.0]: https://code.oliverdavies.uk/opdavies/git-repo-updater/compare/0.1.0...0.2.0
|
||||||
[0.1.0]: https://code.oliverdavies.uk/opdavies/git-repo-updater/releases/tag/0.1.0
|
[0.1.0]: https://code.oliverdavies.uk/opdavies/git-repo-updater/releases/tag/0.1.0
|
||||||
[unreleased]: https://code.oliverdavies.uk/opdavies/git-repo-updater/compare/0.1.0...main
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue