Skip to content

Commit 731a368

Browse files
committed
bump version to v2.0.3
1 parent 551461f commit 731a368

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+
## [2.0.3] - 2025-01-10
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Fix buffering of user payloads by \@TMRh20 in [#243](https://github.com/nRF24/RF24Network/pull/243)
14+
15+
[2.0.3]: https://github.com/nRF24/RF24Network/compare/v2.0.2...v2.0.3
16+
17+
Full commit diff: [`v2.0.2...v2.0.3`][2.0.3]
18+
919
## [2.0.2] - 2024-10-06
1020

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

2838
- Change SERIAL_DEBUG into RF24NETWORK_DEBUG by \@2bndy5 in [#228](https://github.com/nRF24/RF24Network/pull/228)
2939
- [CMake] default to SPIDEV driver by \@2bndy5 in [#232](https://github.com/nRF24/RF24Network/pull/232)
40+
- Bump version to v2.0.2 by \@2bndy5 in [`fd8126a`](https://github.com/nRF24/RF24Network/commit/fd8126a9910404bdd1d0014dcf438ba9a7859d37)
3041

3142
[2.0.2]: https://github.com/nRF24/RF24Network/compare/v2.0.1...v2.0.2
3243

@@ -323,6 +334,8 @@ Full commit diff: [`v1.0.15...v1.0.16`][1.0.16]
323334

324335
Full commit diff: [`v1.0.14...v1.0.15`][1.0.15]
325336

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

328341
### <!-- 3 --> 🗑️ Removed
@@ -354,6 +367,8 @@ Full commit diff: [`v1.0.14...v1.0.15`][1.0.15]
354367

355368
Full commit diff: [`v1.0.13...v1.0.14`][1.0.14]
356369

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

359374
### <!-- 9 --> 🗨️ Changed
@@ -590,6 +605,7 @@ Full commit diff: [`v1.0.5...v1.0.6`][1.0.6]
590605
Full commit diff: [`v1.0.4...v1.0.5`][1.0.5]
591606

592607
## New Contributors
608+
* \@martin-mat made their first contribution
593609
* \@gregj1 made their first contribution
594610
* \@yozik04 made their first contribution
595611
## [1.0.4] - 2015-12-15
@@ -1007,8 +1023,11 @@ Full commit diff: [`v1.0...v1.0.1`][1.0.1]
10071023
Full commit diff: [`f54c0ac...v1.0`][1.0]
10081024

10091025
## New Contributors
1026+
* \@TMRh20 made their first contribution
1027+
* \@Avamander made their first contribution
10101028
* \@gehel made their first contribution
10111029
* \@crcastle made their first contribution
1030+
* \@ivankravets made their first contribution
10121031
* \@dsbaha made their first contribution
10131032
* \@spaniakos made their first contribution
10141033
* \@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": "2.0.2",
3+
"version": "2.0.3",
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.2
2+
version=2.0.3
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 3 Networking for nrf24L01(+) & nrf52x devices.

0 commit comments

Comments
 (0)