Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Dec 22, 2024
1 parent 954ba0b commit b50a1b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## Added
- Config for custom log colors pre level.

## [2.0.2] 2024-12-21

## Fixed
- Compile error when only advertising role is enabled.
- Possible crash if bonded client reconnects.

## Changed
- `NimBLEHIDDevice` can now create more than one in/out/feature report map.

## Added
- Config for custom log colors pre level.

## [2.0.1] 2024-12-16

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1
PROJECT_NUMBER = 2.0.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
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## IDF Component Manager Manifest File
version: "2.0.1"
version: "2.0.2"
license: "Apache-2.0"
description: "C++ wrapper for the NimBLE BLE stack"
url: "https://github.com/h2zero/esp-nimble-cpp"
Expand Down

0 comments on commit b50a1b5

Please sign in to comment.