Skip to content

Commit b59afb6

Browse files
chore(main): release 0.1.11
1 parent 9c253e5 commit b59afb6

3 files changed

Lines changed: 14 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.10"
2+
".": "0.1.11"
33
}

CHANGELOG.md

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

3+
## [0.1.11](https://github.com/typester/ranma/compare/v0.1.10...v0.1.11) (2026-02-27)
4+
5+
6+
### Features
7+
8+
* add version subcommand to CLI ([#26](https://github.com/typester/ranma/issues/26)) ([9c253e5](https://github.com/typester/ranma/commit/9c253e5ad0de216735d0ac68d3564a583013a11c))
9+
10+
11+
### Bug Fixes
12+
13+
* process state change events synchronously on main thread ([#25](https://github.com/typester/ranma/issues/25)) ([61b9f6e](https://github.com/typester/ranma/commit/61b9f6e65e88b087c17819d38954d0a62230e2da))
14+
315
## [0.1.10](https://github.com/typester/ranma/compare/v0.1.9...v0.1.10) (2026-02-25)
416

517

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.10"
6+
version = "0.1.11"
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/typester/ranma"

0 commit comments

Comments
 (0)