Skip to content

Commit bfe795a

Browse files
committed
bump version to v1.0.23
1 parent 0f00264 commit bfe795a

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,40 @@ 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.0.23] - 2025-05-04
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Add new type in [`556b9b3`](https://github.com/nRF24/RF24Network/commit/556b9b3f0878d269c915a8019e126243f59a03f7)
14+
15+
### <!-- 3 --> 🗑️ Removed
16+
17+
- Fix for large payloads with NRF52 in [`5fdd3b6`](https://github.com/nRF24/RF24Network/commit/5fdd3b6b69cdb76e581e8f03c1648e832a823259)
18+
19+
### <!-- 4 --> 🛠️ Fixed
20+
21+
- Fix write to pipe in [`74ea4d9`](https://github.com/nRF24/RF24Network/commit/74ea4d92fe5a5bc1f0116ae2bb218564376d85b5)
22+
- Fix handling of radio/network overruns in [`36e1ff1`](https://github.com/nRF24/RF24Network/commit/36e1ff155d59f97b0cabf4061e38ce6e5ff37182)
23+
24+
### <!-- 9 --> 🗨️ Changed
25+
26+
- Utilize new stopListening function in [`811cfd2`](https://github.com/nRF24/RF24Network/commit/811cfd25be3f64ebbdb441c84ce5fdcabdf56357)
27+
- Clean up nrf_to_nrf stuff after cherry-picking v2.x fixes in [`0f00264`](https://github.com/nRF24/RF24Network/commit/0f002640a13649c0259c76911737f0f698907b76)
28+
29+
[1.0.23]: https://github.com/nRF24/RF24Network/compare/v1.0.22...v1.0.23
30+
31+
Full commit diff: [`v1.0.22...v1.0.23`][1.0.23]
32+
933
## [1.0.22] - 2025-01-10
1034

1135
### <!-- 4 --> 🛠️ Fixed
1236

1337
- Fix buffering of user payloads in [`de66f95`](https://github.com/nRF24/RF24Network/commit/de66f9526a3da1bc991681547235689c0e7439f7)
1438

39+
### <!-- 9 --> 🗨️ Changed
40+
41+
- Bump version to v1.0.22 in [`20f40b3`](https://github.com/nRF24/RF24Network/commit/20f40b33858209ccd24471481bd5f9e17377a6d6)
42+
1543
[1.0.22]: https://github.com/nRF24/RF24Network/compare/v1.0.21...v1.0.22
1644

1745
Full commit diff: [`v1.0.21...v1.0.22`][1.0.22]

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RF24Network",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"keywords": "rf, radio, wireless, spi",
55
"description": "OSI Layer 3 Networking for nrf24L01(+) devices.",
66
"license": "GPL-2.0-only",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RF24Network
2-
version=1.0.22
2+
version=1.0.23
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 3 Networking for nrf24L01(+) devices.

0 commit comments

Comments
 (0)