Skip to content

Commit f80605a

Browse files
committed
Release 2.3.2
1 parent e26c740 commit f80605a

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

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.3.2] 2025-09-02
5+
6+
## Fixed
7+
- Build failures with esp-idf versions 4.x.
8+
- Workaround for upstream issue causing onConnectFail to not be called.
9+
- Build failures with idf v5.5+ and specific roles are not enabled.
10+
11+
## Changed
12+
- Allow peripheral and central roles to be used without broadcaster/observer roles.
13+
- Where applicable, `MYNEWT_VAL_` macros are used to control feature availability instead of `CONFIG_`
14+
415
## [2.3.1] 2025-06-11
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 = esp-nimble-cpp
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 2.3.1
51+
PROJECT_NUMBER = 2.3.2
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.

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## IDF Component Manager Manifest File
2-
version: "2.3.1"
2+
version: "2.3.2"
33
license: "Apache-2.0"
44
description: "C++ wrapper for the NimBLE BLE stack"
55
url: "https://github.com/h2zero/esp-nimble-cpp"

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esp-nimble-cpp",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "C++ wrapper for the NimBLE BLE stack",
55
"keywords": [
66
"BLE",

0 commit comments

Comments
 (0)