From 43daae343d727d945c1a35c0affd6d7a42119218 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:38:30 +0000 Subject: [PATCH] chore(main): release 0.1.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"