Skip to content

Commit 57b12f0

Browse files
committed
bump version to v2.1.1
1 parent f9b4131 commit 57b12f0

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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.1] - 2026-06-06
10+
11+
### <!-- 9 --> 🗨️ Changed
12+
13+
- Inform AI agents about dev workflows by \@2bndy5 in [#268](https://github.com/nRF24/RF24Network/pull/268)
14+
- Patch rollover-unsafe `millis()` deadline checks in `RF24Network.cpp` by \@Copilot in [#270](https://github.com/nRF24/RF24Network/pull/270)
15+
16+
[2.1.1]: https://github.com/nRF24/RF24Network/compare/v2.1.0...v2.1.1
17+
18+
Full commit diff: [`v2.1.0...v2.1.1`][2.1.1]
19+
20+
## New Contributors
21+
22+
- \@Copilot made their first contribution in [#270](https://github.com/nRF24/RF24Network/pull/270)
23+
924
## [2.1.0] - 2026-04-08
1025

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

2136
- Modify call to reusable PIO workflow by \@2bndy5 in [`7f31821`](https://github.com/nRF24/RF24Network/commit/7f318219e58285bc301d04c4f197dc015894e490)
2237
- NRF54l15 support by \@TMRh20 in [#263](https://github.com/nRF24/RF24Network/pull/263)
38+
- Bump version to v2.1.0 by \@TMRh20 in [`f06c267`](https://github.com/nRF24/RF24Network/commit/f06c267f131a1d4b926f5df6d1c78ca05d344774)
2339

2440
[2.1.0]: https://github.com/nRF24/RF24Network/compare/v2.0.6...v2.1.0
2541

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

0 commit comments

Comments
 (0)