Skip to content

Commit

Permalink
[v1.2.0] Update changelog, readme and version in source files (#42)
Browse files Browse the repository at this point in the history
* Update version to 1.2.0

* Update doxygen version in readme

* FIx spell check

* Update unity to latest
  • Loading branch information
tony-josi-aws authored May 16, 2024
1 parent 724edef commit c7e39fe
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/.cSpellWords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ utest
vect
Vect
VECT
Wextra
Wunused
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog for AWS IoT Fleet Provisioning Library

## v1.2.0 (May 2024)

### Other
- [#41](https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk/pull/41) Fix warnings with ARM GCC compiler when compiled with -Wextra
- [#40](https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk/pull/40) Add CBMC proof check action in Github CI
- [#39](https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk/pull/39) MISRA C:2012 compliance checked with Coverity static analysis version 2023.6.1
- [#34](https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk/pull/34) Update doxygen version to 1.9.6

## v1.1.0 (October 2022)

### Updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ the AWS IoT Fleet Provisioning Library on a POSIX platform [here][e2].

## Generating documentation

The Doxygen references were created using Doxygen version 1.9.2. To generate the
The Doxygen references were created using Doxygen version 1.9.6. To generate the
Doxygen pages, please run the following command from the root of this
repository:

Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "AWS IoT Fleet Provisioning"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.1.0
PROJECT_NUMBER = v1.2.0

# 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
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Fleet-Provisioning-for-AWS-IoT-embedded-sdk"
version: "v1.1.0"
version: "v1.2.0"
description: |
"Library for using the Fleet Provisioning feature of AWS IoT Core on embedded devices.\n"
license: "MIT"
2 changes: 1 addition & 1 deletion source/fleet_provisioning.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.1.0
* AWS IoT Fleet Provisioning v1.2.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/fleet_provisioning.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.1.0
* AWS IoT Fleet Provisioning v1.2.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/fleet_provisioning_config_defaults.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.1.0
* AWS IoT Fleet Provisioning v1.2.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required ( VERSION 3.22.0 )
project ( "Fleet Provisioning unit test"
VERSION 1.1.0
VERSION 1.2.0
LANGUAGES C )

# Allow the project to be organized into folders.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.1.0
* AWS IoT Fleet Provisioning v1.2.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.1.0
* AWS IoT Fleet Provisioning v1.2.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/include/fleet_provisioning_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.1.0
* AWS IoT Fleet Provisioning v1.2.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/Unity
Submodule Unity updated 69 files
+35 −0 .github/workflows/main.yml
+8 −0 .gitignore
+0 −26 .travis.yml
+69 −30 CMakeLists.txt
+1 −1 LICENSE.txt
+108 −65 README.md
+0 −0 auto/__init__.py
+1 −1 auto/colour_reporter.rb
+15 −0 auto/extract_version.py
+29 −24 auto/generate_module.rb
+63 −29 auto/generate_test_runner.rb
+83 −22 auto/parse_output.rb
+2 −2 auto/run_test.erb
+54 −39 auto/stylize_as_junit.py
+1 −1 auto/stylize_as_junit.rb
+5 −3 auto/test_file_filter.rb
+1 −1 auto/type_sanitizer.rb
+7 −3 auto/unity_test_summary.rb
+22 −0 auto/yaml_helper.rb
+18 −0 docs/MesonGeneratorRunner.md
+107 −126 docs/ThrowTheSwitchCodingStandard.md
+273 −244 docs/UnityAssertionsReference.md
+93 −0 docs/UnityChangeLog.md
+385 −294 docs/UnityConfigurationGuide.md
+112 −121 docs/UnityGettingStartedGuide.md
+366 −111 docs/UnityHelperScriptsGuide.md
+13 −0 docs/UnityKnownIssues.md
+48 −0 examples/example_1/meson.build
+8 −1 examples/example_1/readme.txt
+3 −0 examples/example_1/subprojects/unity.wrap
+25 −21 examples/example_3/rakefile_helper.rb
+2 −2 examples/example_4/meson.build
+3 −1 examples/example_4/subprojects/unity.wrap
+3 −3 examples/example_4/test/test_runners/meson.build
+40 −0 extras/bdd/readme.md
+44 −0 extras/bdd/src/unity_bdd.h
+9 −0 extras/bdd/test/meson.build
+128 −0 extras/bdd/test/test_bdd.c
+16 −19 extras/fixture/readme.md
+10 −0 extras/fixture/src/meson.build
+12 −1 extras/fixture/src/unity_fixture.h
+27 −34 extras/memory/readme.md
+9 −0 extras/memory/src/meson.build
+18 −0 library.json
+68 −36 meson.build
+3 −0 meson_options.txt
+17 −0 platformio-build.py
+11 −5 src/meson.build
+506 −128 src/unity.c
+49 −13 src/unity.h
+186 −47 src/unity_internals.h
+6 −4 test/.rubocop.yml
+1 −0 test/Makefile
+5 −5 test/rakefile_helper.rb
+1 −0 test/targets/clang_strict.yml
+1 −0 test/testdata/Defs.h
+11 −3 test/testdata/testRunnerGenerator.c
+1 −5 test/testdata/testRunnerGeneratorSmall.c
+0 −4 test/testdata/testRunnerGeneratorWithMocks.c
+40 −2 test/tests/test_generate_test_runner.rb
+67 −1 test/tests/test_unity_arrays.c
+1 −1 test/tests/test_unity_core.c
+511 −0 test/tests/test_unity_doubles.c
+510 −0 test/tests/test_unity_floats.c
+15 −0 test/tests/test_unity_integers.c
+10 −1 test/tests/test_unity_integers_64.c
+140 −3 test/tests/test_unity_parameterized.c
+21 −0 test/tests/test_unity_parameterizedDemo.c
+14 −0 test/tests/types_for_test.h
2 changes: 1 addition & 1 deletion test/unit-test/fleet_provisioning_utest.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* AWS IoT Fleet Provisioning v1.1.0
* AWS IoT Fleet Provisioning v1.2.0
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down

0 comments on commit c7e39fe

Please sign in to comment.