Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
rf24-rs/0.3.1 - 2025-07-22¶
📦 Dependency updates¶
📝 Documentation¶
- Revise docs about
RF24::tx_delayproperty. by @2bndy5 ine7b29c1 - Use typedoc default HTML output by @2bndy5 in #59
Full commit diff: rf24-rs/0.3.0...rf24-rs/0.3.1
rf24-rs/0.3.0 - 2025-05-04¶
🚀 Added¶
- Use concrete error type by @2bndy5 in #42
💥 Breaking Changes¶
- Replace
open_tx_pipe()withas_tx(Option<address>)by @2bndy5 in #41
📦 Dependency updates¶
- Update defmt requirement from 0.3.10 to 1.0.1 in the cargo group by @dependabot[bot] in #31
- Bump
rf24-rsto v0.3.0 by @2bndy5 inabb8fda
🗨️ Changed¶
- Regenerate change logs by @2bndy5 in
581751a - Remove
_prefix from private members by @2bndy5 in39d8287
Full commit diff: rf24-rs/0.2.1...rf24-rs/0.3.0
rf24-rs/0.2.1 - 2025-04-06¶
📦 Dependency updates¶
- Bump
rf24-rsto v0.2.1 by @2bndy5 inf266b96
🚦 Tests¶
- Improve
rf24-rstests by @2bndy5 in #26
📝 Documentation¶
- Various doc updates by @2bndy5 in #22
🗨️ Changed¶
- Improve readability in
rf24-rssources by @2bndy5 inf468315
Full commit diff: rf24-rs/0.2.0...rf24-rs/0.2.1
rf24-rs/0.2.0 - 2025-03-11¶
💥 Breaking Changes¶
- Rename EsbConfig to RadioConfig by @2bndy5 in #19
📦 Dependency updates¶
- Bump
rf24-rsto v0.2.0 by @2bndy5 in5ce9ac4
Full commit diff: rf24-rs/0.1.2...rf24-rs/0.2.0
rf24-rs/0.1.2 - 2025-03-09¶
📦 Dependency updates¶
- Bump
rf24-rsto v0.1.2 by @2bndy5 in81dd350
🗨️ Changed¶
- Reassess min supported rust version by @2bndy5 in
a9ca278
Full commit diff: rf24-rs/0.1.1...rf24-rs/0.1.2
rf24-rs/0.1.1 - 2025-03-09¶
🚀 Added¶
- Implement nRF24L01 driver by @2bndy5 in #1
📦 Dependency updates¶
- Bump
rf24-rsto v0.1.1 by @2bndy5 in8ca278b
🗨️ Changed¶
- Prepare release CI by @2bndy5 in #14
Full commit diff: rf24-rs/0.1.0...rf24-rs/0.1.1