Skip to content

Commit beb8ffe

Browse files
committed
bump version to v1.5.0
1 parent d9417e0 commit beb8ffe

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@ 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+
## [1.5.0] - 2025-05-04
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Publicly expose `ce()` for advanced uses. by \@2bndy5 in [#1031](https://github.com/nRF24/RF24/pull/1031)
14+
- Add required delay for Linux by \@TMRh20 in [#1034](https://github.com/nRF24/RF24/pull/1034)
15+
- Expose status byte in public API by \@2bndy5 in [#1032](https://github.com/nRF24/RF24/pull/1032)
16+
- Migrate to `stopListening(txAddress)` from `openWritingPipe()` by \@2bndy5 in [#1030](https://github.com/nRF24/RF24/pull/1030)
17+
18+
### <!-- 4 --> 🛠️ Fixed
19+
20+
- Set `/dev/gpiochip0` as default by \@2bndy5 in [#1018](https://github.com/nRF24/RF24/pull/1018)
21+
- Pipe0 fix by \@TMRh20 in [#1029](https://github.com/nRF24/RF24/pull/1029)
22+
- Fix for Dynamic Payloads causing apparent Radio Failures by \@TMRh20 in [#1036](https://github.com/nRF24/RF24/pull/1036)
23+
24+
### <!-- 8 --> 📝 Documentation
25+
26+
- Update doc comment for default linux gpiochip by \@2bndy5 in [#1025](https://github.com/nRF24/RF24/pull/1025)
27+
28+
### <!-- 9 --> 🗨️ Changed
29+
30+
- Bump BCM2835 lib to v1.75 by \@2bndy5 in [#1019](https://github.com/nRF24/RF24/pull/1019)
31+
- Revert "Add required delay for Linux " by \@TMRh20 in [#1035](https://github.com/nRF24/RF24/pull/1035)
32+
- Use shared pin FD cache by \@2bndy5 in [#1027](https://github.com/nRF24/RF24/pull/1027)
33+
34+
[1.5.0]: https://github.com/nRF24/RF24/compare/v1.4.11...v1.5.0
35+
36+
Full commit diff: [`v1.4.11...v1.5.0`][1.5.0]
37+
938
## [1.4.11] - 2025-01-10
1039

1140
### <!-- 1 --> 🚀 Added
@@ -22,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2251

2352
- Adjustments to CHANGELOG by \@2bndy5 in [`8aa7103`](https://github.com/nRF24/RF24/commit/8aa71035ae3dd10de35865a894082f10a9c51027)
2453
- Change comment in example by \@2bndy5 in [`80e7f13`](https://github.com/nRF24/RF24/commit/80e7f137ae4caf0df4889b5499c22857019a328a)
54+
- Bump version to v1.4.11 by \@2bndy5 in [`6f3da43`](https://github.com/nRF24/RF24/commit/6f3da43c70cdfa666ec4d3de9b355c4e2fea8666)
2555

2656
[1.4.11]: https://github.com/nRF24/RF24/compare/v1.4.10...v1.4.11
2757

‎library.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/nRF24/RF24.git"
99
},
10-
"version": "1.4.11",
10+
"version": "1.5.0",
1111
"export": {
1212
"exclude": [
1313
"datasheets",

‎library.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RF24
2-
version=1.4.11
2+
version=1.5.0
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=Radio driver, OSI layer 2 library for nrf24L01(+) modules.

0 commit comments

Comments
 (0)