Skip to content

Commit 84b6365

Browse files
committed
chore(nmrs): bump to 2.2.0
1 parent af03aff commit 84b6365

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nmrs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to the `nmrs` crate will be documented in this file.
44

55
## [Unreleased]
6+
7+
## [2.2.0] - 2026-03-17
68
### Added
79
- Concurrency protection ([#268](https://github.com/cachebag/nmrs/pull/268))
810
- 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.
177179
[2.0.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.0.0
178180
[2.0.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.0.0
179181
[2.0.1]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.0.1
180-
[Unreleased]: https://github.com/cachebag/nmrs/compare/nmrs-v2.0.1...HEAD
182+
[2.2.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.2.0
183+
[Unreleased]: https://github.com/cachebag/nmrs/compare/nmrs-v2.2.0...HEAD
181184
[1.1.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.0.1...nmrs-v1.1.0
182185
[1.0.1]: https://github.com/cachebag/nmrs/compare/nmrs-v1.0.0...nmrs-v1.0.1
183186
[1.0.0]: https://github.com/cachebag/nmrs/compare/v0.5.0-beta...nmrs-v1.0.0

nmrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nmrs"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
authors = ["Akrm Al-Hakimi <alhakimiakrmj@gmail.com>"]
55
edition.workspace = true
66
rust-version = "1.93.1"

0 commit comments

Comments
 (0)