From f80605aff8f52fc97a8442770948e2b2140d6973 Mon Sep 17 00:00:00 2001 From: h2zero Date: Tue, 2 Sep 2025 14:54:24 -0600 Subject: [PATCH] Release 2.3.2 --- CHANGELOG.md | 11 +++++++++++ docs/Doxyfile | 2 +- idf_component.yml | 2 +- library.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eacde5c..5986e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.3.2] 2025-09-02 + +## Fixed +- Build failures with esp-idf versions 4.x. +- Workaround for upstream issue causing onConnectFail to not be called. +- Build failures with idf v5.5+ and specific roles are not enabled. + +## Changed +- Allow peripheral and central roles to be used without broadcaster/observer roles. +- Where applicable, `MYNEWT_VAL_` macros are used to control feature availability instead of `CONFIG_` + ## [2.3.1] 2025-06-11 ## Fixed diff --git a/docs/Doxyfile b/docs/Doxyfile index 0244b9e..8dfb3bd 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = esp-nimble-cpp # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.3.1 +PROJECT_NUMBER = 2.3.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. diff --git a/idf_component.yml b/idf_component.yml index e8dd273..2a3ebaa 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,5 +1,5 @@ ## IDF Component Manager Manifest File -version: "2.3.1" +version: "2.3.2" license: "Apache-2.0" description: "C++ wrapper for the NimBLE BLE stack" url: "https://github.com/h2zero/esp-nimble-cpp" diff --git a/library.json b/library.json index eccf8fd..caa60e3 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "esp-nimble-cpp", - "version": "2.3.1", + "version": "2.3.2", "description": "C++ wrapper for the NimBLE BLE stack", "keywords": [ "BLE",