git-repo-updater/CHANGELOG.md
Oliver Davies 8175f54ddd
All checks were successful
/ check (push) Successful in 4s
Update CHANGELOG
2025-08-05 01:40:14 +01:00

31 lines
1 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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.
## 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