Skip to content

Commit c582c8c

Browse files
committed
Release 2.2.0
1 parent 74b5c59 commit c582c8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+64
-55
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
esp-nimble-cpp
22
NimBLE-Arduino
3-
Copyright 2020-2024 Ryan Powell <[email protected]> and
3+
Copyright 2020-2025 Ryan Powell <[email protected]> and
44
esp-nimble-cpp, NimBLE-Arduino contributors.
55

66
The Initial Developer of some parts of this library, which are copied from,

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.1.1
51+
PROJECT_NUMBER = 2.2.0
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.1.1"
2+
version: "2.2.0"
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.1.1",
3+
"version": "2.2.0",
44
"description": "C++ wrapper for the NimBLE BLE stack",
55
"keywords": [
66
"BLE",

src/NimBLE2904.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLE2904.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAddress.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAddress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAdvertisedDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Ryan Powell <[email protected]> and
2+
* Copyright 2020-2025 Ryan Powell <[email protected]> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)