diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b1357f0..f536cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/first-fluke/cratos/compare/v0.2.0...v0.2.1) (2026-03-10) + + +### CI/CD + +* allow release creation even if some platform builds fail ([3192178](https://github.com/first-fluke/cratos/commit/3192178824be50024d5884c84a771fde215e56e1)) + ## [0.2.0](https://github.com/first-fluke/cratos/compare/cratos-v0.1.4...cratos-v0.2.0) (2026-03-10) diff --git a/Cargo.toml b/Cargo.toml index b3eaf10..a78c305 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = [ ] [workspace.package] -version = "0.2.0" +version = "0.2.1" edition = "2021" rust-version = "1.88" license = "MIT"