From c6897e2e5818ee924abaff7c344ea68980aa0700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20R=C3=B8nningstad?= Date: Wed, 3 Jan 2024 12:25:38 +0100 Subject: [PATCH] Update version from 0.7.99 o 0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Rønningstad --- .github/workflows/run-tests.yaml | 2 +- RELEASE_NOTES.md | 2 +- samples/pet/include/pet_decode.h | 2 +- samples/pet/include/pet_encode.h | 2 +- samples/pet/include/pet_types.h | 2 +- samples/pet/pet.cmake | 2 +- samples/pet/src/pet_decode.c | 2 +- samples/pet/src/pet_encode.c | 2 +- zcbor/VERSION | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index e1a115f5..584cc20c 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -70,7 +70,7 @@ jobs: - name: Generate and install zcbor package run: | python build bdist_wheel - pip install dist/zcbor-0.7.99-py3-none-any.whl + pip install dist/zcbor-0.8.0-py3-none-any.whl pip uninstall -y zcbor pip install -e . diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 41d4ad5b..95c4ea4f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -# zcbor v. 0.7.99 +# zcbor v. 0.8.0 (2024-01-03) Any new bugs, requests, or missing features should be reported as [Github issues](https://github.com/NordicSemiconductor/zcbor/issues). diff --git a/samples/pet/include/pet_decode.h b/samples/pet/include/pet_decode.h index ee892d1c..17c86b18 100644 --- a/samples/pet/include/pet_decode.h +++ b/samples/pet/include/pet_decode.h @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: Apache-2.0 * - * Generated using zcbor version 0.7.99 + * Generated using zcbor version 0.8.0 * https://github.com/NordicSemiconductor/zcbor * Generated with a --default-max-qty of 3 */ diff --git a/samples/pet/include/pet_encode.h b/samples/pet/include/pet_encode.h index 7415aefd..be069495 100644 --- a/samples/pet/include/pet_encode.h +++ b/samples/pet/include/pet_encode.h @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: Apache-2.0 * - * Generated using zcbor version 0.7.99 + * Generated using zcbor version 0.8.0 * https://github.com/NordicSemiconductor/zcbor * Generated with a --default-max-qty of 3 */ diff --git a/samples/pet/include/pet_types.h b/samples/pet/include/pet_types.h index bb1ec392..34f15516 100644 --- a/samples/pet/include/pet_types.h +++ b/samples/pet/include/pet_types.h @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: Apache-2.0 * - * Generated using zcbor version 0.7.99 + * Generated using zcbor version 0.8.0 * https://github.com/NordicSemiconductor/zcbor * Generated with a --default-max-qty of 3 */ diff --git a/samples/pet/pet.cmake b/samples/pet/pet.cmake index d57cf35a..c43a8f16 100644 --- a/samples/pet/pet.cmake +++ b/samples/pet/pet.cmake @@ -3,7 +3,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Generated using zcbor version 0.7.99 +# Generated using zcbor version 0.8.0 # https://github.com/NordicSemiconductor/zcbor # Generated with a --default-max-qty of 3 # diff --git a/samples/pet/src/pet_decode.c b/samples/pet/src/pet_decode.c index 8f6e50dd..57fac4a7 100644 --- a/samples/pet/src/pet_decode.c +++ b/samples/pet/src/pet_decode.c @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: Apache-2.0 * - * Generated using zcbor version 0.7.99 + * Generated using zcbor version 0.8.0 * https://github.com/NordicSemiconductor/zcbor * Generated with a --default-max-qty of 3 */ diff --git a/samples/pet/src/pet_encode.c b/samples/pet/src/pet_encode.c index e006a490..70568915 100644 --- a/samples/pet/src/pet_encode.c +++ b/samples/pet/src/pet_encode.c @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: Apache-2.0 * - * Generated using zcbor version 0.7.99 + * Generated using zcbor version 0.8.0 * https://github.com/NordicSemiconductor/zcbor * Generated with a --default-max-qty of 3 */ diff --git a/zcbor/VERSION b/zcbor/VERSION index ed5b095c..8adc70fd 100644 --- a/zcbor/VERSION +++ b/zcbor/VERSION @@ -1 +1 @@ -0.7.99 \ No newline at end of file +0.8.0 \ No newline at end of file