diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1ac01..93fcfa2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.11" + ".": "0.1.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2812784..530a53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/typester/ranma/compare/v0.1.11...v0.1.12) (2026-05-07) + + +### Bug Fixes + +* guard against nil CFUUIDCreateString result in detectFullscreenDisplays ([#28](https://github.com/typester/ranma/issues/28)) ([5e23e11](https://github.com/typester/ranma/commit/5e23e11a4752628340fbb355667b18c576fd083e)) + ## [0.1.11](https://github.com/typester/ranma/compare/v0.1.10...v0.1.11) (2026-02-27) diff --git a/Cargo.toml b/Cargo.toml index c109f57..e1f3c70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/ranma-core", "crates/ranma-cli", "crates/uniffi-bindgen"] resolver = "2" [workspace.package] -version = "0.1.11" +version = "0.1.12" edition = "2024" license = "MIT" repository = "https://github.com/typester/ranma"