Skip to content

Commit f06c267

Browse files
committed
bump version to v2.1.0
1 parent 6beee52 commit f06c267

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ 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+
## [2.1.0] - 2026-04-08
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Support larger payload sizes by \@TMRh20 in [#264](https://github.com/nRF24/RF24Network/pull/264)
14+
15+
### <!-- 4 --> 🛠️ Fixed
16+
17+
- Fix buffer overflow by \@TMRh20 in [#266](https://github.com/nRF24/RF24Network/pull/266)
18+
19+
### <!-- 9 --> 🗨️ Changed
20+
21+
- Modify call to reusable PIO workflow by \@2bndy5 in [`7f31821`](https://github.com/nRF24/RF24Network/commit/7f318219e58285bc301d04c4f197dc015894e490)
22+
- NRF54l15 support by \@TMRh20 in [#263](https://github.com/nRF24/RF24Network/pull/263)
23+
24+
[2.1.0]: https://github.com/nRF24/RF24Network/compare/v2.0.6...v2.1.0
25+
26+
Full commit diff: [`v2.0.6...v2.1.0`][2.1.0]
27+
928
## [2.0.6] - 2026-03-12
1029

1130
### <!-- 1 --> 🚀 Added
@@ -29,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2948
- Reject invalid fragmented payloads by \@TMRh20 in [#258](https://github.com/nRF24/RF24Network/pull/258)
3049
- Revise CI by \@2bndy5 in [#259](https://github.com/nRF24/RF24Network/pull/259)
3150
- Larger payloads on faster devices by \@TMRh20 in [#262](https://github.com/nRF24/RF24Network/pull/262)
51+
- Bump version to v2.0.6 by \@TMRh20 in [`c1160e4`](https://github.com/nRF24/RF24Network/commit/c1160e424ce86fad97a215fd607ca6810da9aa22)
3252

3353
[2.0.6]: https://github.com/nRF24/RF24Network/compare/v2.0.5...v2.0.6
3454

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": "2.0.6",
3+
"version": "2.1.0",
44
"keywords": "rf, radio, wireless, spi",
55
"description": "OSI Layer 3 Networking for nrf24L01(+) & nrf52x 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=2.0.6
2+
version=2.1.0
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.

0 commit comments

Comments
 (0)