From 3c39fe0fa114a78d5f6a9e758a061fe42c14f6e0 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 9 Jun 2026 11:37:16 +0200 Subject: [PATCH] chore(release): v2.1.1 Signed-off-by: Sebastian Mendel --- .markdownlint.json | 3 +++ CHANGELOG.md | 13 ++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..8ab4145 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,3 @@ +{ + "MD024": { "siblings_only": true } +} diff --git a/CHANGELOG.md b/CHANGELOG.md index e14a478..160f245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [2.1.1] - 2026-06-09 + +### Changed + +- Dependency updates (Renovate); CI now uses org reusable workflows. + +### Fixed + +- Suppress always-true PHPStan narrowing on the Composer `tryComposer` guard. + ## [2.1.0] - 2026-05-12 ### Added @@ -178,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Path Traversal Protection**: Uses `realpath()` to resolve canonical paths - **XML Escaping**: Properly escapes skill metadata in generated XML -[Unreleased]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v2.1.1...HEAD +[2.1.1]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v1.1.5...v2.0.0 [1.1.5]: https://github.com/netresearch/composer-agent-skill-plugin/compare/v1.1.4...v1.1.5