diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5f714f..4a8e97c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.9" + ".": "0.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e78494d..707d57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/typester/ranma/compare/v0.1.9...v0.1.10) (2026-02-25) + + +### Bug Fixes + +* migrate implicit nodes back to main display on display change ([#23](https://github.com/typester/ranma/issues/23)) ([94fc50c](https://github.com/typester/ranma/commit/94fc50c57b4c9d62f68dd97cfa3c41dad28046a6)) + ## [0.1.9](https://github.com/typester/ranma/compare/v0.1.8...v0.1.9) (2026-02-19) diff --git a/Cargo.toml b/Cargo.toml index f36daa0..3348d26 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.9" +version = "0.1.10" edition = "2024" license = "MIT" repository = "https://github.com/typester/ranma"