From 6c11cecb881e32d2e3f82bf374911af37007a30b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 20:50:55 +0000 Subject: [PATCH] chore(main): release 0.1.13 --- .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 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"