Skip to content

Commit b53329e

Browse files
committed
chore(nmrs): release 2.0.1
1 parent 37190f9 commit b53329e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.0.1] - 2026-02-25
68
### Changed
79
- Completed IPv6 support ([#208](https://github.com/cachebag/nmrs/issues/208))
810
- Replace magic number with named constant for device states ([#230](https://github.com/cachebag/nmrs/pull/230))
@@ -161,7 +163,8 @@ All notable changes to the `nmrs` crate will be documented in this file.
161163
[1.3.5]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v1.3.5
162164
[2.0.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.0.0
163165
[2.0.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.0.0
164-
[Unreleased]: https://github.com/cachebag/nmrs/compare/nmrs-v2.0.0...HEAD
166+
[2.0.1]: https://github.com/cachebag/nmrs/compare/nmrs-v1.2.0...nmrs-v2.0.1
167+
[Unreleased]: https://github.com/cachebag/nmrs/compare/nmrs-v2.0.1...HEAD
165168
[1.1.0]: https://github.com/cachebag/nmrs/compare/nmrs-v1.0.1...nmrs-v1.1.0
166169
[1.0.1]: https://github.com/cachebag/nmrs/compare/nmrs-v1.0.0...nmrs-v1.0.1
167170
[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.0.0"
3+
version = "2.0.1"
44
authors = ["Akrm Al-Hakimi <alhakimiakrmj@gmail.com>"]
55
edition.workspace = true
66
rust-version = "1.85.1"

0 commit comments

Comments
 (0)