Skip to content

Commit 2e8c2d7

Browse files
chore(main): release 0.1.9 (#22)
🤖 I have created a release *beep* *boop* --- ## [0.1.9](v0.1.8...v0.1.9) (2026-02-19) ### Bug Fixes * use CGMainDisplayID() instead of NSScreen.main for primary display detection ([#21](#21)) ([41efff4](41efff4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 41efff4 commit 2e8c2d7

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.8"
2+
".": "0.1.9"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.9](https://github.com/typester/ranma/compare/v0.1.8...v0.1.9) (2026-02-19)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.1.8](https://github.com/typester/ranma/compare/v0.1.7...v0.1.8) (2026-02-18)
411

512

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/ranma-core", "crates/ranma-cli", "crates/uniffi-bindgen"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.8"
6+
version = "0.1.9"
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/typester/ranma"

0 commit comments

Comments
 (0)