Skip to content

Commit 69584ac

Browse files
committed
bump version to v2.0.5
1 parent a7f2362 commit 69584ac

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,35 @@ 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.5] - 2025-05-04
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Add new type by \@TMRh20 in [#250](https://github.com/nRF24/RF24Network/pull/250)
14+
15+
### <!-- 4 --> 🛠️ Fixed
16+
17+
- Fix write to pipe by \@TMRh20 in [#248](https://github.com/nRF24/RF24Network/pull/248)
18+
- Fix handling of radio/network overruns by \@TMRh20 in [#249](https://github.com/nRF24/RF24Network/pull/249)
19+
20+
### <!-- 9 --> 🗨️ Changed
21+
22+
- Utilize new stopListening function by \@TMRh20 in [#251](https://github.com/nRF24/RF24Network/pull/251)
23+
24+
[2.0.5]: https://github.com/nRF24/RF24Network/compare/v2.0.4...v2.0.5
25+
26+
Full commit diff: [`v2.0.4...v2.0.5`][2.0.5]
27+
928
## [2.0.4] - 2025-04-19
1029

1130
### <!-- 3 --> 🗑️ Removed
1231

1332
- Fix for large payloads with NRF52 by \@TMRh20 in [#244](https://github.com/nRF24/RF24Network/pull/244)
1433

34+
### <!-- 9 --> 🗨️ Changed
35+
36+
- Bump version to v2.0.4 by \@TMRh20 in [`380efb8`](https://github.com/nRF24/RF24Network/commit/380efb83c9ee8d0455279926fd9a6944dff5f437)
37+
1538
[2.0.4]: https://github.com/nRF24/RF24Network/compare/v2.0.3...v2.0.4
1639

1740
Full commit diff: [`v2.0.3...v2.0.4`][2.0.4]

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

0 commit comments

Comments
 (0)