diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3009aa9e..fee9e312 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.1" + ".": "0.22.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 23026fff..80129278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.2](https://github.com/githubnext/ado-aw/compare/v0.22.1...v0.22.2) (2026-05-05) + + +### Bug Fixes + +* **compile:** reject unknown front-matter fields with deny_unknown_fields ([#409](https://github.com/githubnext/ado-aw/issues/409)) ([788250d](https://github.com/githubnext/ado-aw/commit/788250d9652a8e227688b3d75b51c2c423017395)) + ## [0.22.1](https://github.com/githubnext/ado-aw/compare/v0.22.0...v0.22.1) (2026-05-05) diff --git a/Cargo.lock b/Cargo.lock index a54ab322..0aa6e605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.22.1" +version = "0.22.2" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6c27c1d3..a724c775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.22.1" +version = "0.22.2" edition = "2024" [dependencies]