From 8175f54dddb4a9579a9bea99c7236eebb6d46fc0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 5 Aug 2025 01:40:14 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 203a86e..18fec4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +Nothing yet. + +## [0.2.0] (2025-08-05) + ### Added - Set a default `depth` in config.yaml and remove the hard-coded value. - 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 - 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`). +[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 -[unreleased]: https://code.oliverdavies.uk/opdavies/git-repo-updater/compare/0.1.0...main