diff --git a/Cargo.lock b/Cargo.lock index 5671136a..41a1297e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -963,7 +963,7 @@ dependencies = [ [[package]] name = "nmrs" -version = "2.1.0" +version = "2.2.0" dependencies = [ "async-trait", "base64", diff --git a/nmrs/CHANGELOG.md b/nmrs/CHANGELOG.md index ac34edb6..cbd71f79 100644 --- a/nmrs/CHANGELOG.md +++ b/nmrs/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to the `nmrs` crate will be documented in this file. ## [Unreleased] + +## [2.2.0] - 2026-03-17 ### Added - Concurrency protection ([#268](https://github.com/cachebag/nmrs/pull/268)) - Expose `WirelessHardwareEnabled` in API to reflect rkfill state ([#284](https://github.com/cachebag/nmrs/pull/284)) @@ -177,7 +179,8 @@ All notable changes to the `nmrs` crate will be documented in this file. [2.0.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.0.0 [2.0.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.0.0 [2.0.1]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.0.1 -[Unreleased]: https://github.com/cachebag/nmrs/compare/nmrs-v2.0.1...HEAD +[2.2.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.2.0 +[Unreleased]: https://github.com/cachebag/nmrs/compare/nmrs-v2.2.0...HEAD [1.1.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.0.1...nmrs-v1.1.0 [1.0.1]: https://github.com/cachebag/nmrs/compare/nmrs-v1.0.0...nmrs-v1.0.1 [1.0.0]: https://github.com/cachebag/nmrs/compare/v0.5.0-beta...nmrs-v1.0.0 diff --git a/nmrs/Cargo.toml b/nmrs/Cargo.toml index eaf63ce8..ecff759f 100644 --- a/nmrs/Cargo.toml +++ b/nmrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nmrs" -version = "2.1.0" +version = "2.2.0" authors = ["Akrm Al-Hakimi "] edition.workspace = true rust-version = "1.93.1"