Skip to content

Commit 6ec4234

Browse files
committed
bump version to v1.1.13
1 parent 634af55 commit 6ec4234

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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.1.13] - 2025-05-04
10+
11+
### <!-- 9 --> 🗨️ Changed
12+
13+
- Return on setAddress if nodeID is non-zero in [`fc0c915`](https://github.com/nRF24/RF24Mesh/commit/fc0c9156741f1bd6924285d85c4fc4e71efd5d4a)
14+
- Bump doxygen version in [`634af55`](https://github.com/nRF24/RF24Mesh/commit/634af55c55aef18c4fd0940cebddd5c40a232399)
15+
16+
[1.1.13]: https://github.com/nRF24/RF24Mesh/compare/v1.1.12...v1.1.13
17+
18+
Full commit diff: [`v1.1.12...v1.1.13`][1.1.13]
19+
920
## [1.1.12] - 2024-10-06
1021

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

2738
- Change MESH_DEBUG into RF24MESH_DEBUG in [`4fbd113`](https://github.com/nRF24/RF24Mesh/commit/4fbd1138f0d4c8e28627c0a0e93b3477d014d4ab)
2839
- Expose releaseAddress() for master nodes in [`ada11ac`](https://github.com/nRF24/RF24Mesh/commit/ada11ac2d14664432aeadd60ddaea0ddc61bdbd6)
40+
- Bump version to v1.1.12 in [`8fc4b10`](https://github.com/nRF24/RF24Mesh/commit/8fc4b10c643007b9c75bd771bed437f82398f439)
2941

3042
[1.1.12]: https://github.com/nRF24/RF24Mesh/compare/v1.1.11...v1.1.12
3143

@@ -287,6 +299,8 @@ Full commit diff: [`v1.1.5...v1.1.6`][1.1.6]
287299

288300
Full commit diff: [`v1.1.4...v1.1.5`][1.1.5]
289301

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

292306
### <!-- 4 --> 🛠️ Fixed
@@ -313,6 +327,8 @@ Full commit diff: [`v1.1.4...v1.1.5`][1.1.5]
313327

314328
Full commit diff: [`v1.1.3...v1.1.4`][1.1.4]
315329

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

318334
### <!-- 1 --> 🚀 Added
@@ -544,6 +560,7 @@ Full commit diff: [`v1.0.4-beta...v1.0.5`][1.0.5]
544560

545561
## New Contributors
546562
* \@ivankravets made their first contribution
563+
* \@ made their first contribution
547564
* \@julianpas made their first contribution
548565
* \@yozik04 made their first contribution
549566
## [1.0.4-beta] - 2015-12-15
@@ -689,6 +706,7 @@ Full commit diff: [`v1.0-beta...v1.0.1-beta`][1.0.1-beta]
689706
Full commit diff: [`19f69b3...v1.0-beta`][1.0-beta]
690707

691708
## New Contributors
709+
* \@TMRh20 made their first contribution
692710
* \@l3v5y made their first contribution
693711
* \@spaniakos made their first contribution
694712
<!-- 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": "1.1.12",
10+
"version": "1.1.13",
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=1.1.12
2+
version=1.1.13
33
author=TMRh20
44
maintainer=TMRh20,Avamander
55
sentence=OSI Layer 7, Automated 'mesh' style networking for nrf24L01(+) radios.

0 commit comments

Comments
 (0)