8000 Release 2.0.2 · h2zero/esp-nimble-cpp@da48844 · GitHub
[go: up one dir, main page]

Skip to content

Commit da48844

Browse files
committed
Release 2.0.2
1 parent ea1c055 commit da48844

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

4+
## [2.0.2] 2024-12-21
5+
6+
## Fixed
7+
- Compile error when only advertising role is enabled.
8+
- Possible crash if bonded client reconnects.
9+
10+
## Changed
11+
- `NimBLEHIDDevice` can now create more than one in/out/feature report map.
12+
413
## [2.0.1] 2024-12-16
514

615
## 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.0.1
51+
PROJECT_NUMBER = 2.0.2
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

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.0.1"
2+
version: "2.0.2"
33
license: "Apache-2.0"
44
description: "C++ wrapper for the NimBLE BLE stack"
55
url: "https://github.com/h2zero/esp-nimble-cpp"

0 commit comments

Comments
 (0)
0