From 5726ff3f624cad2411e5e8feec3c1c0fd54c676b Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sat, 25 Jul 2026 19:52:39 +0200 Subject: [PATCH] docs: prepare v0.2.2 release notes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed82aff..42a5f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to FolderScope are documented here. The project uses [Semantic Versioning](https://semver.org/). Release tags are formatted as `vMAJOR.MINOR.PATCH`. +## [0.2.2] - 2026-07-25 + +### Fixed + +- Scoped workflow YAML linting to the `.gitea` source directory. +- Combined CI and tag-gated release publishing into one workflow. + ## [0.2.1] - 2026-07-25 ### Fixed @@ -25,3 +32,4 @@ formatted as `vMAJOR.MINOR.PATCH`. [0.2.0]: https://gitea.forust.xyz/forust/folderscope/releases/tag/v0.2.0 [0.2.1]: https://gitea.forust.xyz/forust/folderscope/releases/tag/v0.2.1 +[0.2.2]: https://gitea.forust.xyz/forust/folderscope/releases/tag/v0.2.2