Skip to content

Commit 81dd350

Browse files
committed
chore(rf24-rs): bump version to 0.1.2
1 parent a9ca278 commit 81dd350

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

crates/rf24-rs/CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.1.1] - 2025-03-09
9+
## [rf24-rs/0.1.2] - 2025-03-09
1010

1111
### <!-- 1 --> 🚀 Added
1212

@@ -15,10 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### <!-- 9 --> 🗨️ Changed
1616

1717
- Prepare release CI by @2bndy5 in [#14](https://github.com/nRF24/rf24-rs/pull/14)
18+
- Bump version to 0.1.1 by @2bndy5 in [`8ca278b`](https://github.com/nRF24/rf24-rs/commit/8ca278bbbff72514c8c84001bbd3480d4ba7d1d9)
19+
- Reassess min supported rust version by @2bndy5 in [`a9ca278`](https://github.com/nRF24/rf24-rs/commit/a9ca278b3ed38a682bba54bbf32de2b874ae9097)
1820

19-
[rf24-rs/0.1.1]: https://github.com/nRF24/rf24-rs/compare/f8863cc36d66708bfa0fb2fb1a219c7b2f97f7d6...rf24-rs/0.1.1
21+
[rf24-rs/0.1.2]: https://github.com/nRF24/rf24-rs/compare/f8863cc36d66708bfa0fb2fb1a219c7b2f97f7d6...rf24-rs/0.1.2
2022

21-
Full commit diff: [`f8863cc...rf24-rs/0.1.1`][rf24-rs/0.1.1]
23+
Full commit diff: [`f8863cc...rf24-rs/0.1.2`][rf24-rs/0.1.2]
2224

2325

2426
<!-- generated by git-cliff -->

crates/rf24-rs/Cargo.toml

+1-1
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.1.1"
4+
version = "0.1.2"
55
repository.workspace = true
66
edition.workspace = true
77
license.workspace = true

0 commit comments

Comments
 (0)