Skip to content

Commit 6f3da43

Browse files
committed
bump version to v1.4.11
1 parent 5cd136f commit 6f3da43

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

CHANGELOG.md

+34-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ 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+
## [1.4.11] - 2025-01-10
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Use enum to return precise FIFO state by \@2bndy5 in [#1009](https://github.com/nRF24/RF24/pull/1009)
14+
- Make `available(pipe)` depend on `available(void)` by \@2bndy5 in [#1007](https://github.com/nRF24/RF24/pull/1007)
15+
16+
### <!-- 4 --> 🛠️ Fixed
17+
18+
- Fixes for STM32 by \@2bndy5 in [#1011](https://github.com/nRF24/RF24/pull/1011)
19+
- Init `failureDetected` by \@2bndy5 in [#1016](https://github.com/nRF24/RF24/pull/1016)
20+
21+
### <!-- 9 --> 🗨️ Changed
22+
23+
- Adjustments to CHANGELOG by \@2bndy5 in [`8aa7103`](https://github.com/nRF24/RF24/commit/8aa71035ae3dd10de35865a894082f10a9c51027)
24+
- Change comment in example by \@2bndy5 in [`80e7f13`](https://github.com/nRF24/RF24/commit/80e7f137ae4caf0df4889b5499c22857019a328a)
25+
26+
[1.4.11]: https://github.com/nRF24/RF24/compare/v1.4.10...v1.4.11
27+
28+
Full commit diff: [`v1.4.10...v1.4.11`][1.4.11]
29+
930
## [1.4.10] - 2024-10-06
1031

1132
### <!-- 1 --> 🚀 Added
@@ -259,6 +280,7 @@ Full commit diff: [`v1.4.2...v1.4.3`][1.4.3]
259280
## New Contributors
260281
* \@Cobalt6700 made their first contribution in [#843](https://github.com/nRF24/RF24/pull/843)
261282
* \@dstroy0 made their first contribution in [#825](https://github.com/nRF24/RF24/pull/825)
283+
* \@matt-walker0 made their first contribution in [#820](https://github.com/nRF24/RF24/pull/820)
262284
* \@prawnpie made their first contribution in [#817](https://github.com/nRF24/RF24/pull/817)
263285
## [1.4.2] - 2021-11-27
264286

@@ -480,6 +502,7 @@ Full commit diff: [`v1.3.9...v1.3.10`][1.3.10]
480502

481503
## New Contributors
482504
* \@jscrane made their first contribution in [#690](https://github.com/nRF24/RF24/pull/690)
505+
* \@2bndy5 made their first contribution in [#637](https://github.com/nRF24/RF24/pull/637)
483506
## [1.3.9] - 2020-08-22
484507

485508
### <!-- 4 --> 🛠️ Fixed
@@ -923,6 +946,7 @@ Full commit diff: [`v1.1.6...v1.1.7`][1.1.7]
923946
## New Contributors
924947
* \@rnovacek made their first contribution
925948
* \@gitgrimbo made their first contribution
949+
* \@akatran made their first contribution
926950
## [1.1.6] - 2016-02-20
927951

928952
### <!-- 1 --> 🚀 Added
@@ -958,6 +982,7 @@ Full commit diff: [`v1.1.6...v1.1.7`][1.1.7]
958982
Full commit diff: [`v1.1.5...v1.1.6`][1.1.6]
959983

960984
## New Contributors
985+
* \@wmarkow made their first contribution
961986
* \@flavio-fernandes made their first contribution
962987
* \@ab316 made their first contribution
963988
* \@SaintGimp made their first contribution
@@ -1005,6 +1030,7 @@ Full commit diff: [`v1.1.4...v1.1.5`][1.1.5]
10051030

10061031
## New Contributors
10071032
* \@yozik04 made their first contribution
1033+
* \@Oitzu made their first contribution
10081034
## [1.1.4] - 2015-12-14
10091035

10101036
### <!-- 3 --> 🗑️ Removed
@@ -1054,6 +1080,7 @@ Full commit diff: [`v1.1.2...v1.1.3`][1.1.3]
10541080

10551081
## New Contributors
10561082
* \@cguzmanceti made their first contribution
1083+
* \@zador-blood-stained made their first contribution
10571084
## [1.1.2] - 2015-10-20
10581085

10591086
### <!-- 9 --> 🗨️ Changed
@@ -1538,22 +1565,27 @@ Full commit diff: [`v1.0...v1.0.1`][1.0.1]
15381565
- Rename arch folder to utility by \@TMRh20 in [`55b034e`](https://github.com/nRF24/RF24/commit/55b034eeb20c5bc838b7dc5d433162b8180860b8)
15391566
- Reverting library properties and releases by \@TMRh20 in [`517326e`](https://github.com/nRF24/RF24/commit/517326e164feeb35e7e54440a8c4b71c042d3f14)
15401567

1541-
[1.0]: https://github.com/nRF24/RF24/compare/...v1.0
1568+
[1.0]: https://github.com/nRF24/RF24/compare/de083c964d9aeeb9fda7485c39fed27443cd617c...v1.0
15421569

1543-
Full commit diff: [`...v1.0`][1.0]
1570+
Full commit diff: [`de083c9...v1.0`][1.0]
15441571

15451572
## New Contributors
1573+
* \@TMRh20 made their first contribution
1574+
* \@Avamander made their first contribution
15461575
* \@komby made their first contribution
1576+
* \@ivankravets made their first contribution
15471577
* \@Interneedus made their first contribution
15481578
* \@nerdralph made their first contribution
15491579
* \@jorihardman made their first contribution
15501580
* \@prophet-roshak made their first contribution
15511581
* \@mannkind made their first contribution
15521582
* \@dsbaha made their first contribution
15531583
* \@ax7884 made their first contribution
1584+
* \@martin-mat made their first contribution
15541585
* \@lnxbil made their first contribution
15551586
* \@k2OS made their first contribution
15561587
* \@spaniakos made their first contribution
1588+
* \@ made their first contribution
15571589
* \@jfktrey made their first contribution
15581590
* \@reixd made their first contribution
15591591
* \@a-lurker made their first contribution

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/nRF24/RF24.git"
99
},
10-
"version": "1.4.10",
10+
"version": "1.4.11",
1111
"export": {
1212
"exclude": [
1313
"datasheets",

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RF24
2-
version=1.4.10
2+
version=1.4.11
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=Radio driver, OSI layer 2 library for nrf24L01(+) modules.

0 commit comments

Comments
 (0)