diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index cd571aeb..8ac6c8ae 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -69,7 +69,7 @@ jobs: - name: Generate and install zcbor package run: | python setup.py bdist_wheel - pip install dist/zcbor-0.5.99-py3-none-any.whl + pip install dist/zcbor-0.7.0-py3-none-any.whl pip uninstall -y zcbor pip install -e . diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 037c8b03..1fcdf4b9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -# zcbor v. 0.6.99 +# zcbor v. 0.7.0 (2023-04-01) 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 b7941d91..d93c49f7 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.6.99 + * Generated using zcbor version 0.7.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 6b6f8442..0c87af74 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.6.99 + * Generated using zcbor version 0.7.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 b5acb00e..46737f88 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.6.99 + * Generated using zcbor version 0.7.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 00aee332..8b78b166 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.6.99 +# Generated using zcbor version 0.7.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 8fb3680f..e8fa6041 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.6.99 + * Generated using zcbor version 0.7.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 63a63efa..e93ccf84 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.6.99 + * Generated using zcbor version 0.7.0 * https://github.com/NordicSemiconductor/zcbor * Generated with a --default-max-qty of 3 */ diff --git a/zcbor/VERSION b/zcbor/VERSION index 73559f88..bcaffe19 100644 --- a/zcbor/VERSION +++ b/zcbor/VERSION @@ -1 +1 @@ -0.6.99 \ No newline at end of file +0.7.0 \ No newline at end of file