Skip to content

Commit

Permalink
Updated version for release (#89)
Browse files Browse the repository at this point in the history
* Updated version for release

* Updated version number in config.doxyfile

* Updated manifest.yml

* Updated header copyright to 2021

* Updated CHANGELOG
  • Loading branch information
tianmc1 authored Jul 23, 2021
1 parent c37a8a4 commit 5a27f8f
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
with:
config: .github/memory_statistics_config.json
check_against: docs/doxygen/include/size_table.html
check_against: docs/doxygen/include/size_table.md
2 changes: 1 addition & 1 deletion .github/workflows/memory_statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: size_table
path: size_table.html
path: size_table.md
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog for AWS IoT Device Shadow library
## v1.1.1 (May 2021)

## v1.1.1 (July 2021)

### Other
- [#85](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/pull/85) Fix CBMC proof for `Shadow_AssembleTopicString` API.
- [#88](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/pull/88) Update broken MISRA link

## v1.1.0 (March 2021)

Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,20 @@ Please refer to the demos of the AWS IoT Device Shadow library in the following
| FreeRTOS | [FreeRTOS/FreeRTOS](https://github.com/FreeRTOS/FreeRTOS/tree/master/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator) | FreeRTOS+TCP for TCP/IP and mbedTLS for TLS stack |
| FreeRTOS | [FreeRTOS AWS Reference Integrations](https://github.com/aws/amazon-freertos/tree/master/demos/device_shadow_for_aws) | Based on Secure Sockets Abstraction |

## Documentation

### Existing Documentation

For pre-generated documentation, please see the documentation linked in the locations below:

| Location |
| :-: |
| [AWS IoT Device SDK for Embedded C](https://github.com/aws/aws-iot-device-sdk-embedded-C#releases-and-documentation) |
| [FreeRTOS.org](https://freertos.org/Documentation/api-ref/device-shadow-for-aws-iot-embedded-sdk/docs/doxygen/output/html/index.html) |

Note that the latest included version of IoT Device Shadow library may differ across repositories.


## Generating documentation

The Doxygen references were created using Doxygen version 1.8.20. To generate the
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.1.0"
PROJECT_NUMBER = "v1.1.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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/doxygen/pages.dox
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Embedded devices often use MQTT to interact with Device Shadow. This library pro
@section shadow_memory_requirements Memory Requirements
@brief Memory requirements of the Shadow library.

@include{doc} size_table.html
@include{doc} size_table.md
*/

/**
Expand Down
11 changes: 6 additions & 5 deletions lexicon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ css
defgroup
developerguide
device-shadow-limits
doxygen
endcode
endif
endlink
doxygen
gcc
generatedtopicstringlength
getshadowoperationlength
Expand All @@ -44,6 +44,7 @@ mainpage
malloc
matchtopic
maxallowedlength
md
mdash
messagetype
mqtt
Expand All @@ -59,10 +60,10 @@ outlength
param
pconsumedtopiclength
pmessagetype
png
posix
pname
pnamelength
png
posix
poutlength
pre
pshadowname
Expand All @@ -85,12 +86,12 @@ shadowtopicstringtypedeleterejected
shadowtopicstringtypeget
shadowtopicstringtypegetaccepted
shadowtopicstringtypegetrejected
shadowtopicstringtypemaxnum
shadowtopicstringtypeupdate
shadowtopicstringtypeupdateaccepted
shadowtopicstringtypeupdatedelta
shadowtopicstringtypeupdatedocuments
shadowtopicstringtypeupdaterejected
shadowtopicstringtypemaxnum
sizeof
stdint
stringlength
Expand All @@ -110,5 +111,5 @@ topiclength
topicnamelength
topictype
tr
utest
un
utest
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name : "Device-Shadow-for-AWS-IoT-embedded-sdk"
version: "v1.1.0"
version: "v1.1.1"
description: |
"Client library for using the AWS IoT Device Shadow service on embedded devices.\n"
license: "MIT"
4 changes: 2 additions & 2 deletions source/include/shadow.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AWS IoT Device Shadow v1.1.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* AWS IoT Device Shadow v1.1.1
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions source/include/shadow_config_defaults.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* AWS IoT Device Shadow v1.1.0
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* AWS IoT Device Shadow v1.1.1
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down

0 comments on commit 5a27f8f

Please sign in to comment.