diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6307b..6d893a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.2.1](https://github.com/moutons/skills-validator/compare/v0.2.0...v0.2.1) - 2026-04-20 + +### Fixed + +- remove tag trigger from CI, let release-plz own releases + ## [0.2.0](https://github.com/moutons/skills-validator/compare/v0.1.7...v0.2.0) - 2026-04-05 ### Breaking Changes diff --git a/Cargo.toml b/Cargo.toml index af8347f..868db65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skills-validator" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "This tool validates agent skills according to the Agent Skills specification, informed by the OpenCode and Claude Code implementations." license = "Apache-2.0"