Skip to content

Commit c1160e4

Browse files
committed
bump version to v2.0.6
1 parent 51840db commit c1160e4

3 files changed

Lines changed: 74 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 72 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,34 @@ 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.0.6] - 2026-03-12
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Add delay during fragmentation for nRF52x by \@TMRh20 in [#253](https://github.com/nRF24/RF24Network/pull/253)
14+
15+
### <!-- 4 --> 🛠️ Fixed
16+
17+
- Fix frag delay code by \@TMRh20 in [#254](https://github.com/nRF24/RF24Network/pull/254)
18+
- Fixes for lwIP integration by \@TMRh20 in [#260](https://github.com/nRF24/RF24Network/pull/260)
19+
20+
### <!-- 8 --> 📝 Documentation
21+
22+
- Typo in doc comment by \@2bndy5 in [`aed6024`](https://github.com/nRF24/RF24Network/commit/aed6024c4e17555605082f50a87e91921b247f17)
23+
24+
### <!-- 9 --> 🗨️ Changed
25+
26+
- Use nushell as task runner by \@2bndy5 in [#256](https://github.com/nRF24/RF24Network/pull/256)
27+
- Revert throttle frag by \@TMRh20 in [#255](https://github.com/nRF24/RF24Network/pull/255)
28+
- Reject invalid fragmented payloads by \@TMRh20 in [#257](https://github.com/nRF24/RF24Network/pull/257)
29+
- Reject invalid fragmented payloads by \@TMRh20 in [#258](https://github.com/nRF24/RF24Network/pull/258)
30+
- Revise CI by \@2bndy5 in [#259](https://github.com/nRF24/RF24Network/pull/259)
31+
- Larger payloads on faster devices by \@TMRh20 in [#262](https://github.com/nRF24/RF24Network/pull/262)
32+
33+
[2.0.6]: https://github.com/nRF24/RF24Network/compare/v2.0.5...v2.0.6
34+
35+
Full commit diff: [`v2.0.5...v2.0.6`][2.0.6]
36+
937
## [2.0.5] - 2025-05-04
1038

1139
### <!-- 1 --> 🚀 Added
@@ -20,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2048
### <!-- 9 --> 🗨️ Changed
2149

2250
- Utilize new stopListening function by \@TMRh20 in [#251](https://github.com/nRF24/RF24Network/pull/251)
51+
- Bump version to v2.0.5 by \@2bndy5 in [`69584ac`](https://github.com/nRF24/RF24Network/commit/69584acc174dcfa497c687490f4d2790da557248)
2352

2453
[2.0.5]: https://github.com/nRF24/RF24Network/compare/v2.0.4...v2.0.5
2554

@@ -372,7 +401,9 @@ Full commit diff: [`v1.0.15...v1.0.16`][1.0.16]
372401
Full commit diff: [`v1.0.14...v1.0.15`][1.0.15]
373402

374403
## New Contributors
375-
* \@kripton made their first contribution in [#171](https://github.com/nRF24/RF24Network/pull/171)
404+
405+
- \@kripton made their first contribution in [#171](https://github.com/nRF24/RF24Network/pull/171)
406+
376407
## [1.0.14] - 2020-12-14
377408

378409
### <!-- 3 --> 🗑️ Removed
@@ -405,7 +436,9 @@ Full commit diff: [`v1.0.14...v1.0.15`][1.0.15]
405436
Full commit diff: [`v1.0.13...v1.0.14`][1.0.14]
406437

407438
## New Contributors
408-
* \@2bndy5 made their first contribution in [#163](https://github.com/nRF24/RF24Network/pull/163)
439+
440+
- \@2bndy5 made their first contribution in [#163](https://github.com/nRF24/RF24Network/pull/163)
441+
409442
## [1.0.13] - 2020-08-30
410443

411444
### <!-- 9 --> 🗨️ Changed
@@ -531,9 +564,11 @@ Full commit diff: [`v1.0.9...v1.0.10`][1.0.10]
531564
Full commit diff: [`v1.0.8...v1.0.9`][1.0.9]
532565

533566
## New Contributors
534-
* \@cnlangness made their first contribution
535-
* \@wilmsn made their first contribution
536-
* \@MAKOMO made their first contribution
567+
568+
- \@cnlangness made their first contribution
569+
- \@wilmsn made their first contribution
570+
- \@MAKOMO made their first contribution
571+
537572
## [1.0.8] - 2017-01-25
538573

539574
### <!-- 1 --> 🚀 Added
@@ -550,9 +585,9 @@ Full commit diff: [`v1.0.8...v1.0.9`][1.0.9]
550585
### <!-- 9 --> 🗨️ Changed
551586

552587
- Per RF24 issue change binary values to hex by \@TMRh20 in [`85550ee`](https://github.com/nRF24/RF24Network/commit/85550eed8663a2a60dc5def5f7dbd02d2f775446)
553-
- Possibility to setup the interrupt_mode in sleepnode by \@ricgyver in [`7169f23`](https://github.com/nRF24/RF24Network/commit/7169f23662116545ecdcc2478a3c2366096b2185)
554-
- Styling of the interrupt setup by \@ricgyver in [`69b7340`](https://github.com/nRF24/RF24Network/commit/69b7340652d55b7bc237bc801283a062b59b0330)
555-
- Merge pull request \#99 from ricmail85/master by \@ricgyver in [#99](https://github.com/nRF24/RF24Network/pull/99)
588+
- Possibility to setup the interrupt_mode in sleepnode in [`7169f23`](https://github.com/nRF24/RF24Network/commit/7169f23662116545ecdcc2478a3c2366096b2185)
589+
- Styling of the interrupt setup in [`69b7340`](https://github.com/nRF24/RF24Network/commit/69b7340652d55b7bc237bc801283a062b59b0330)
590+
- Merge pull request \#99 from ricmail85/master in [#99](https://github.com/nRF24/RF24Network/pull/99)
556591
- Merge branch 'master' of https://github.com/TMRh20/RF24Network by \@akatran in [`4b3ae24`](https://github.com/nRF24/RF24Network/commit/4b3ae2447c9a95f539b35af36b468777c3a023f4)
557592
- Update from TMRh20/master and merge with local. by \@akatran in [`430dcae`](https://github.com/nRF24/RF24Network/commit/430dcae6cdbb7614a0284a9df0c1ce90f5c36571)
558593
- Update README.md by \@akatran in [`379cb54`](https://github.com/nRF24/RF24Network/commit/379cb54533e375c464e37f2cd116c4255893c2d1)
@@ -570,9 +605,10 @@ Full commit diff: [`v1.0.8...v1.0.9`][1.0.9]
570605
Full commit diff: [`v1.0.7...v1.0.8`][1.0.8]
571606

572607
## New Contributors
573-
* \@comdata made their first contribution
574-
* \@akatran made their first contribution in [#76](https://github.com/nRF24/RF24Network/pull/76)
575-
* \@ricgyver made their first contribution in [#99](https://github.com/nRF24/RF24Network/pull/99)
608+
609+
- \@comdata made their first contribution
610+
- \@akatran made their first contribution in [#76](https://github.com/nRF24/RF24Network/pull/76)
611+
576612
## [1.0.7] - 2016-09-20
577613

578614
### <!-- 1 --> 🚀 Added
@@ -598,7 +634,9 @@ Full commit diff: [`v1.0.7...v1.0.8`][1.0.8]
598634
Full commit diff: [`v1.0.6...v1.0.7`][1.0.7]
599635

600636
## New Contributors
601-
* \@aaddame made their first contribution
637+
638+
- \@aaddame made their first contribution
639+
602640
## [1.0.6] - 2016-04-12
603641

604642
### <!-- 3 --> 🗑️ Removed
@@ -642,9 +680,11 @@ Full commit diff: [`v1.0.5...v1.0.6`][1.0.6]
642680
Full commit diff: [`v1.0.4...v1.0.5`][1.0.5]
643681

644682
## New Contributors
645-
* \@martin-mat made their first contribution
646-
* \@gregj1 made their first contribution
647-
* \@yozik04 made their first contribution
683+
684+
- \@martin-mat made their first contribution
685+
- \@gregj1 made their first contribution
686+
- \@yozik04 made their first contribution
687+
648688
## [1.0.4] - 2015-12-15
649689

650690
### <!-- 4 --> 🛠️ Fixed
@@ -701,7 +741,9 @@ Full commit diff: [`v1.0.3...v1.0.4`][1.0.4]
701741
Full commit diff: [`v1.0.2...v1.0.3`][1.0.3]
702742

703743
## New Contributors
704-
* \@joernesdohr made their first contribution
744+
745+
- \@joernesdohr made their first contribution
746+
705747
## [1.0.2] - 2015-11-27
706748

707749
### <!-- 1 --> 🚀 Added
@@ -1060,16 +1102,18 @@ Full commit diff: [`v1.0...v1.0.1`][1.0.1]
10601102
Full commit diff: [`f54c0ac...v1.0`][1.0]
10611103

10621104
## New Contributors
1063-
* \@TMRh20 made their first contribution
1064-
* \@Avamander made their first contribution
1065-
* \@gehel made their first contribution
1066-
* \@crcastle made their first contribution
1067-
* \@ivankravets made their first contribution
1068-
* \@dsbaha made their first contribution
1069-
* \@spaniakos made their first contribution
1070-
* \@lnxbil made their first contribution
1071-
* \@flavio-fernandes made their first contribution
1072-
* \@ made their first contribution
1073-
* \@reixd made their first contribution
1074-
* \@maniacbug made their first contribution
1105+
1106+
- \@TMRh20 made their first contribution
1107+
- \@Avamander made their first contribution
1108+
- \@gehel made their first contribution
1109+
- \@crcastle made their first contribution
1110+
- \@ivankravets made their first contribution
1111+
- \@dsbaha made their first contribution
1112+
- \@spaniakos made their first contribution
1113+
- \@lnxbil made their first contribution
1114+
- \@flavio-fernandes made their first contribution
1115+
- \@ made their first contribution
1116+
- \@reixd made their first contribution
1117+
- \@maniacbug made their first contribution
1118+
10751119
<!-- generated by git-cliff -->

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

0 commit comments

Comments
 (0)