Skip to content

Commit 20f40b3

Browse files
committed
bump version to v1.0.22
1 parent de66f95 commit 20f40b3

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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.22] - 2025-01-10
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Fix buffering of user payloads in [`de66f95`](https://github.com/nRF24/RF24Network/commit/de66f9526a3da1bc991681547235689c0e7439f7)
14+
15+
[1.0.22]: https://github.com/nRF24/RF24Network/compare/v1.0.21...v1.0.22
16+
17+
Full commit diff: [`v1.0.21...v1.0.22`][1.0.22]
18+
919
## [1.0.21] - 2024-10-06
1020

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

2636
- Change SERIAL_DEBUG into RF24NETWORK_DEBUG in [`5a71a66`](https://github.com/nRF24/RF24Network/commit/5a71a66994945c983d9f32024276867a3ad8d0c5)
2737
- [CMake] default to SPIDEV driver in [`2bf2412`](https://github.com/nRF24/RF24Network/commit/2bf2412992949a784527e5e35f6a4fbc6552bdf8)
38+
- Bump version to v1.0.21 in [`11c367b`](https://github.com/nRF24/RF24Network/commit/11c367b071cb155a8b31de9e7af453a5c17011c5)
2839

2940
[1.0.21]: https://github.com/nRF24/RF24Network/compare/v1.0.20...v1.0.21
3041

@@ -309,6 +320,8 @@ Full commit diff: [`v1.0.15...v1.0.16`][1.0.16]
309320

310321
Full commit diff: [`v1.0.14...v1.0.15`][1.0.15]
311322

323+
## New Contributors
324+
* \@kripton made their first contribution in [#171](https://github.com/nRF24/RF24Network/pull/171)
312325
## [1.0.14] - 2020-12-14
313326

314327
### <!-- 3 --> 🗑️ Removed
@@ -340,6 +353,8 @@ Full commit diff: [`v1.0.14...v1.0.15`][1.0.15]
340353

341354
Full commit diff: [`v1.0.13...v1.0.14`][1.0.14]
342355

356+
## New Contributors
357+
* \@2bndy5 made their first contribution in [#163](https://github.com/nRF24/RF24Network/pull/163)
343358
## [1.0.13] - 2020-08-30
344359

345360
### <!-- 9 --> 🗨️ Changed
@@ -576,6 +591,7 @@ Full commit diff: [`v1.0.5...v1.0.6`][1.0.6]
576591
Full commit diff: [`v1.0.4...v1.0.5`][1.0.5]
577592

578593
## New Contributors
594+
* \@martin-mat made their first contribution
579595
* \@gregj1 made their first contribution
580596
* \@yozik04 made their first contribution
581597
## [1.0.4] - 2015-12-15
@@ -993,8 +1009,11 @@ Full commit diff: [`v1.0...v1.0.1`][1.0.1]
9931009
Full commit diff: [`f54c0ac...v1.0`][1.0]
9941010

9951011
## New Contributors
1012+
* \@TMRh20 made their first contribution
1013+
* \@Avamander made their first contribution
9961014
* \@gehel made their first contribution
9971015
* \@crcastle made their first contribution
1016+
* \@ivankravets made their first contribution
9981017
* \@dsbaha made their first contribution
9991018
* \@spaniakos made their first contribution
10001019
* \@lnxbil made their first contribution

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.21",
3+
"version": "1.0.22",
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.21
2+
version=1.0.22
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 3 Networking for nrf24L01(+) devices.

0 commit comments

Comments
 (0)