Skip to content

Commit a97e29f

Browse files
authored
[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
1 parent 1ec4a8d commit a97e29f

File tree

12 files changed

+15
-11
lines changed

12 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for AWS IoT Device Shadow library
22

3+
## v1.4.1 (June 2024)
4+
5+
### Other
6+
- Fix doxygen deployment on Github.
37

48
## v1.4.0 (May 2024)
59

docs/doxygen/config.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "AWS IoT Device Shadow"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = v1.4.0
51+
PROJECT_NUMBER = v1.4.1
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

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name : "Device-Shadow-for-AWS-IoT-embedded-sdk"
2-
version: "v1.4.0"
2+
version: "v1.4.1"
33
description: |
44
"Client library for using the AWS IoT Device Shadow service on embedded devices.\n"
55
license: "MIT"

source/include/shadow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device Shadow v1.4.0
2+
* AWS IoT Device Shadow v1.4.1
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/include/shadow_config_defaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device Shadow v1.4.0
2+
* AWS IoT Device Shadow v1.4.1
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

source/shadow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device Shadow v1.4.0
2+
* AWS IoT Device Shadow v1.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required ( VERSION 3.13.0 )
22
project ( "Shadow unit test"
3-
VERSION 1.4.0
3+
VERSION 1.4.1
44
LANGUAGES C )
55

66
# Allow the project to be organized into folders.

test/cbmc/proofs/Shadow_AssembleTopicString/Shadow_AssembleTopicString_harness.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device Shadow v1.4.0
2+
* AWS IoT Device Shadow v1.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/cbmc/proofs/Shadow_MatchTopic/Shadow_MatchTopic_harness.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device Shadow v1.4.0
2+
* AWS IoT Device Shadow v1.4.1
33
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/cbmc/proofs/Shadow_MatchTopicString/Shadow_MatchTopicString_harness.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device Shadow v1.4.0
2+
* AWS IoT Device Shadow v1.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/include/shadow_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device Shadow v1.4.0
2+
* AWS IoT Device Shadow v1.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

test/unit-test/shadow_utest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* AWS IoT Device Shadow v1.4.0
2+
* AWS IoT Device Shadow v1.4.1
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)