diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93fcfa2..0ebd1f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.12" + ".": "0.1.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 530a53e..afc2f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.13](https://github.com/typester/ranma/compare/v0.1.12...v0.1.13) (2026-05-07) + + +### Bug Fixes + +* guard against nil CGDisplayCreateUUIDFromDisplayID in detectFullscreenDisplays ([#30](https://github.com/typester/ranma/issues/30)) ([64255b1](https://github.com/typester/ranma/commit/64255b1a4d0caf031f126614de17ccd939865399)) + ## [0.1.12](https://github.com/typester/ranma/compare/v0.1.11...v0.1.12) (2026-05-07) diff --git a/Cargo.toml b/Cargo.toml index e1f3c70..c496e3d 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.12" +version = "0.1.13" edition = "2024" license = "MIT" repository = "https://github.com/typester/ranma"