Skip to content

Commit 5a27400

Browse files
committed
bump version to v2.0.3
1 parent 6b0e475 commit 5a27400

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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-05-04
10+
11+
### <!-- 4 --> 🛠️ Fixed
12+
13+
- Return on setAddress if nodeID is non-zero by \@TMRh20 in [#255](https://github.com/nRF24/RF24Mesh/pull/255)
14+
15+
### <!-- 9 --> 🗨️ Changed
16+
17+
- Bump doxygen version by \@2bndy5 in [`6b0e475`](https://github.com/nRF24/RF24Mesh/commit/6b0e475c604dc018181102864f387f7cfedc7fee)
18+
19+
[2.0.3]: https://github.com/nRF24/RF24Mesh/compare/v2.0.2...v2.0.3
20+
21+
Full commit diff: [`v2.0.2...v2.0.3`][2.0.3]
22+
923
## [2.0.2] - 2024-10-06
1024

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

3044
- Change MESH_DEBUG into RF24MESH_DEBUG by \@2bndy5 in [#239](https://github.com/nRF24/RF24Mesh/pull/239)
3145
- Update doxygen CSS and use v1.11.0 by \@2bndy5 in [#245](https://github.com/nRF24/RF24Mesh/pull/245)
46+
- Bump version to v2.0.2 by \@2bndy5 in [`7baf483`](https://github.com/nRF24/RF24Mesh/commit/7baf4835631c39b3a7f777a7aa16369554c4a70d)
3247

3348
[2.0.2]: https://github.com/nRF24/RF24Mesh/compare/v2.0.1...v2.0.2
3449

@@ -295,6 +310,8 @@ Full commit diff: [`v1.1.5...v1.1.6`][1.1.6]
295310

296311
Full commit diff: [`v1.1.4...v1.1.5`][1.1.5]
297312

313+
## New Contributors
314+
* \@kripton made their first contribution in [#183](https://github.com/nRF24/RF24Mesh/pull/183)
298315
## [1.1.4] - 2020-12-14
299316

300317
### <!-- 4 --> 🛠️ Fixed
@@ -321,6 +338,8 @@ Full commit diff: [`v1.1.4...v1.1.5`][1.1.5]
321338

322339
Full commit diff: [`v1.1.3...v1.1.4`][1.1.4]
323340

341+
## New Contributors
342+
* \@2bndy5 made their first contribution in [#178](https://github.com/nRF24/RF24Mesh/pull/178)
324343
## [1.1.3] - 2020-08-17
325344

326345
### <!-- 1 --> 🚀 Added
@@ -552,6 +571,7 @@ Full commit diff: [`v1.0.4-beta...v1.0.5`][1.0.5]
552571

553572
## New Contributors
554573
* \@ivankravets made their first contribution
574+
* \@ made their first contribution
555575
* \@julianpas made their first contribution
556576
* \@yozik04 made their first contribution
557577
## [1.0.4-beta] - 2015-12-15
@@ -697,6 +717,7 @@ Full commit diff: [`v1.0-beta...v1.0.1-beta`][1.0.1-beta]
697717
Full commit diff: [`19f69b3...v1.0-beta`][1.0-beta]
698718

699719
## New Contributors
720+
* \@TMRh20 made their first contribution
700721
* \@l3v5y made their first contribution
701722
* \@spaniakos made their first contribution
702723
<!-- generated by git-cliff -->

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/nRF24/RF24Mesh.git"
99
},
10-
"version": "2.0.2",
10+
"version": "2.0.3",
1111
"dependencies": [
1212
{
1313
"name": "RF24",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RF24Mesh
2-
version=2.0.2
2+
version=2.0.3
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) & nrf52x radios.

0 commit comments

Comments
 (0)