Skip to content

Commit 2775242

Browse files
[V2.1.0] Update version numbers and .md files for release (#228)
* Add SPDX identifier to source files * Add license information to CBMC stub * Fix spellcheck and the formatting * Update version numbers and .md files for reelase Co-authored-by: jasonpcarroll <[email protected]>
1 parent e7ca765 commit 2775242

File tree

52 files changed

+63
-54
lines changed

Some content is hidden

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

52 files changed

+63
-54
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

README.md

Lines changed: 5 additions & 3 deletions

docs/doxygen/config.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = coreMQTT
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v2.0.0
41+
PROJECT_NUMBER = v2.1.0
4242

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

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name : "coreMQTT"
2-
version: "v2.0.0"
2+
version: "v2.1.0"
33
description: |
44
"Client implementation of the MQTT 3.1.1 specification for embedded devices.\n"
55
license: "MIT"

source/core_mqtt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreMQTT v2.0.0
2+
* coreMQTT v2.1.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/core_mqtt_serializer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreMQTT v2.0.0
2+
* coreMQTT v2.1.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/core_mqtt_state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreMQTT v2.0.0
2+
* coreMQTT v2.1.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/include/core_mqtt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreMQTT v2.0.0
2+
* coreMQTT v2.1.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT
@@ -45,7 +45,7 @@
4545
* @cond DOXYGEN_IGNORE
4646
* The current version of this library.
4747
*/
48-
#define MQTT_LIBRARY_VERSION "v2.0.0"
48+
#define MQTT_LIBRARY_VERSION "v2.1.0"
4949
/** @endcond */
5050

5151
/**

source/include/core_mqtt_config_defaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreMQTT v2.0.0
2+
* coreMQTT v2.1.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/include/core_mqtt_default_logging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* coreMQTT v2.0.0
2+
* coreMQTT v2.1.0
33
* Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)