Skip to content

Commit 5ae2c43

Browse files
committed
Release 2.5.1
1 parent a9c6177 commit 5ae2c43

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.5.1] 2026-07-29
5+
6+
## Fixed
7+
- Scan response timer causing crash on reinit cycle.
8+
- Arduino 3.3.11 build/crash with esp32 c5/c6 variants.
9+
- Clarified NimBLEAddress(uint8_t[6], type) byte order in docs.
10+
- `NimBLEEddystoneTLM` byte-order mismatch between getters and setters.
11+
- `NimBLEAttValue` - preserve capacity after realloc failure.
12+
- whiteListRemove use-after-free — loop continues on invalidated iterator causing a crash.
13+
- Infinite recursion bug for ticks to ms conversion.
14+
415
## [2.5.0] 2026-04-01
516

617
## Fixed

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 2.5.0
51+
PROJECT_NUMBER = 2.5.1
5252
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353
# for a project that appears at the top of each page and should give viewer a
5454
# quick idea about the purpose of the project. Keep the description short.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NimBLE-Arduino
2-
version=2.5.0
2+
version=2.5.1
33
author=h2zero
44
maintainer=Ryan Powell <ryan@nable-embedded.io>
55
sentence=Bluetooth low energy (BLE) library for Arduino based on NimBLE.

src/NimBLECppVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define NIMBLE_CPP_VERSION_MINOR 5
2626

2727
/** @brief NimBLE-Arduino library patch version number. */
28-
#define NIMBLE_CPP_VERSION_PATCH 0
28+
#define NIMBLE_CPP_VERSION_PATCH 1
2929

3030
/**
3131
* @brief Macro to create a version number for comparison.

0 commit comments

Comments
 (0)