From d0a6b1768ccba44366b8a92756fed9a2864e7895 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:27:55 +0000 Subject: [PATCH] chore(main): release 0.1.9 --- .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 a46f218..b5f714f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.8" + ".": "0.1.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f13c10f..e78494d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/typester/ranma/compare/v0.1.8...v0.1.9) (2026-02-19) + + +### Bug Fixes + +* use CGMainDisplayID() instead of NSScreen.main for primary display detection ([#21](https://github.com/typester/ranma/issues/21)) ([41efff4](https://github.com/typester/ranma/commit/41efff4d97b3577972ee90443450faac56533a93)) + ## [0.1.8](https://github.com/typester/ranma/compare/v0.1.7...v0.1.8) (2026-02-18) diff --git a/Cargo.toml b/Cargo.toml index 427c112..f36daa0 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.8" +version = "0.1.9" edition = "2024" license = "MIT" repository = "https://github.com/typester/ranma"