Skip to content

Commit f266b96

Browse files
committed
chore(rf24-rs): bump version to 0.2.1
1 parent 4ccb8aa commit f266b96

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

crates/rf24-rs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
<!-- markdownlint-disable MD024 -->
88

9+
## [rf24-rs/0.2.1] - 2025-04-06
10+
11+
### <!-- 7 -->🚦 Tests
12+
13+
- Improve `rf24-rs` tests by @2bndy5 in [#26](https://github.com/nRF24/rf24-rs/pull/26)
14+
15+
### <!-- 8 --> 📝 Documentation
16+
17+
- Various doc updates by @2bndy5 in [#22](https://github.com/nRF24/rf24-rs/pull/22)
18+
19+
### <!-- 9 --> 🗨️ Changed
20+
21+
- Improve readability in rf24-rs sources by @2bndy5 in [`f468315`](https://github.com/nRF24/rf24-rs/commit/f4683153d72bd67b0a7707a3a922a0d03b852164)
22+
23+
[rf24-rs/0.2.1]: https://github.com/nRF24/rf24-rs/compare/rf24-rs/0.2.0...rf24-rs/0.2.1
24+
25+
Full commit diff: [`rf24-rs/0.2.0...rf24-rs/0.2.1`][rf24-rs/0.2.1]
26+
927
## [rf24-rs/0.2.0] - 2025-03-11
1028

1129
### <!-- 10 --> 💥 Breaking Changes

crates/rf24-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rf24-rs"
33
description = "A pure-rust driver for the nRF24L01 wireless transceiver"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
repository.workspace = true
66
edition.workspace = true
77
license.workspace = true

crates/rf24ble-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.70"
1515
name = "rf24ble"
1616

1717
[dependencies]
18-
rf24-rs = { path = "../rf24-rs", version = "0.2.0" }
18+
rf24-rs = { path = "../rf24-rs", version = "0.2.1" }
1919
bitfield-struct = "0.9.3"
2020
defmt = {version = "0.3.10", optional = true}
2121
embedded-hal = "1.0.0"

0 commit comments

Comments
 (0)