Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.10"
".": "0.1.11"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.11](https://github.com/typester/ranma/compare/v0.1.10...v0.1.11) (2026-02-27)


### Features

* add version subcommand to CLI ([#26](https://github.com/typester/ranma/issues/26)) ([9c253e5](https://github.com/typester/ranma/commit/9c253e5ad0de216735d0ac68d3564a583013a11c))


### Bug Fixes

* process state change events synchronously on main thread ([#25](https://github.com/typester/ranma/issues/25)) ([61b9f6e](https://github.com/typester/ranma/commit/61b9f6e65e88b087c17819d38954d0a62230e2da))

## [0.1.10](https://github.com/typester/ranma/compare/v0.1.9...v0.1.10) (2026-02-25)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/ranma-core", "crates/ranma-cli", "crates/uniffi-bindgen"]
resolver = "2"

[workspace.package]
version = "0.1.10"
version = "0.1.11"
edition = "2024"
license = "MIT"
repository = "https://github.com/typester/ranma"