From a97e29ff0a9f61c2e61834409ea7f257635fb538 Mon Sep 17 00:00:00 2001 From: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:13:03 +0800 Subject: [PATCH] [v1.4.1] Update changelog, version numbers and .md files for release (#126) * Update version v1.4.1 in manifest, doxygen and changelog * Update version v1.4.1 in source and header files * Update version v1.4.1 in test cmakefile --- CHANGELOG.md | 4 ++++ docs/doxygen/config.doxyfile | 2 +- manifest.yml | 2 +- source/include/shadow.h | 2 +- source/include/shadow_config_defaults.h | 2 +- source/shadow.c | 2 +- test/CMakeLists.txt | 2 +- .../Shadow_AssembleTopicString_harness.c | 2 +- .../cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c | 2 +- .../Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c | 2 +- test/include/shadow_config.h | 2 +- test/unit-test/shadow_utest.c | 2 +- 12 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d93060b..514f275b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for AWS IoT Device Shadow library +## v1.4.1 (June 2024) + +### Other +- Fix doxygen deployment on Github. ## v1.4.0 (May 2024) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 2aa7a49e..c09b9081 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "AWS IoT Device Shadow" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.4.0 +PROJECT_NUMBER = v1.4.1 # 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 diff --git a/manifest.yml b/manifest.yml index 05683227..36213a13 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name : "Device-Shadow-for-AWS-IoT-embedded-sdk" -version: "v1.4.0" +version: "v1.4.1" description: | "Client library for using the AWS IoT Device Shadow service on embedded devices.\n" license: "MIT" diff --git a/source/include/shadow.h b/source/include/shadow.h index aea6776b..c0311c30 100644 --- a/source/include/shadow.h +++ b/source/include/shadow.h @@ -1,5 +1,5 @@ /* - * AWS IoT Device Shadow v1.4.0 + * AWS IoT Device Shadow v1.4.1 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT diff --git a/source/include/shadow_config_defaults.h b/source/include/shadow_config_defaults.h index d943dc1a..f2ff5016 100644 --- a/source/include/shadow_config_defaults.h +++ b/source/include/shadow_config_defaults.h @@ -1,5 +1,5 @@ /* - * AWS IoT Device Shadow v1.4.0 + * AWS IoT Device Shadow v1.4.1 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT diff --git a/source/shadow.c b/source/shadow.c index 17e7a4a8..563333fe 100644 --- a/source/shadow.c +++ b/source/shadow.c @@ -1,5 +1,5 @@ /* - * AWS IoT Device Shadow v1.4.0 + * AWS IoT Device Shadow v1.4.1 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7923f682..f0dcf875 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required ( VERSION 3.13.0 ) project ( "Shadow unit test" - VERSION 1.4.0 + VERSION 1.4.1 LANGUAGES C ) # Allow the project to be organized into folders. diff --git a/test/cbmc/proofs/Shadow_AssembleTopicString/Shadow_AssembleTopicString_harness.c b/test/cbmc/proofs/Shadow_AssembleTopicString/Shadow_AssembleTopicString_harness.c index c8d22bc1..8fe4d2e8 100644 --- a/test/cbmc/proofs/Shadow_AssembleTopicString/Shadow_AssembleTopicString_harness.c +++ b/test/cbmc/proofs/Shadow_AssembleTopicString/Shadow_AssembleTopicString_harness.c @@ -1,5 +1,5 @@ /* - * AWS IoT Device Shadow v1.4.0 + * AWS IoT Device Shadow v1.4.1 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT diff --git a/test/cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c b/test/cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c index d921c851..2c5cf9c5 100644 --- a/test/cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c +++ b/test/cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c @@ -1,5 +1,5 @@ /* - * AWS IoT Device Shadow v1.4.0 + * AWS IoT Device Shadow v1.4.1 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT diff --git a/test/cbmc/proofs/Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c b/test/cbmc/proofs/Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c index 70f6ee1a..263c2e67 100644 --- a/test/cbmc/proofs/Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c +++ b/test/cbmc/proofs/Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c @@ -1,5 +1,5 @@ /* - * AWS IoT Device Shadow v1.4.0 + * AWS IoT Device Shadow v1.4.1 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT diff --git a/test/include/shadow_config.h b/test/include/shadow_config.h index c4d6f6ed..3733a5e2 100644 --- a/test/include/shadow_config.h +++ b/test/include/shadow_config.h @@ -1,5 +1,5 @@ /* - * AWS IoT Device Shadow v1.4.0 + * AWS IoT Device Shadow v1.4.1 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT diff --git a/test/unit-test/shadow_utest.c b/test/unit-test/shadow_utest.c index 8aa96167..7d0a695d 100644 --- a/test/unit-test/shadow_utest.c +++ b/test/unit-test/shadow_utest.c @@ -1,5 +1,5 @@ /* - * AWS IoT Device Shadow v1.4.0 + * AWS IoT Device Shadow v1.4.1 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT