Skip to content

Commit 9b07780

Browse files
Update version to 0.9.1
Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
1 parent 78238fd commit 9b07780

10 files changed

Lines changed: 9 additions & 11 deletions

File tree

MIGRATION_GUIDE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# zcbor v. 0.9.99
2-
31
# zcbor v. 0.9.0
42

53
* `zcbor_simple_*()` functions have been removed to avoid confusion about their use.

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zcbor v. 0.9.99
1+
# zcbor v. 0.9.1 (2024-10-17)
22

33
Any new bugs, requests, or missing features should be reported as [Github issues](https://github.com/NordicSemiconductor/zcbor/issues).
44

include/zcbor_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extern "C" {
2222

2323
#define ZCBOR_VERSION_MAJOR 0
2424
#define ZCBOR_VERSION_MINOR 9
25-
#define ZCBOR_VERSION_BUGFIX 99
25+
#define ZCBOR_VERSION_BUGFIX 1
2626

2727
/** The version string with dots and not prefix. */
2828
#define ZCBOR_VERSION_STR ZCBOR_STRINGIFY(ZCBOR_VERSION_MAJOR) \

samples/pet/include/pet_decode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
6-
* Generated using zcbor version 0.9.99
6+
* Generated using zcbor version 0.9.1
77
* https://github.com/NordicSemiconductor/zcbor
88
* Generated with a --default-max-qty of 3
99
*/

samples/pet/include/pet_encode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
6-
* Generated using zcbor version 0.9.99
6+
* Generated using zcbor version 0.9.1
77
* https://github.com/NordicSemiconductor/zcbor
88
* Generated with a --default-max-qty of 3
99
*/

samples/pet/include/pet_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
6-
* Generated using zcbor version 0.9.99
6+
* Generated using zcbor version 0.9.1
77
* https://github.com/NordicSemiconductor/zcbor
88
* Generated with a --default-max-qty of 3
99
*/

samples/pet/pet.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
6-
# Generated using zcbor version 0.9.99
6+
# Generated using zcbor version 0.9.1
77
# https://github.com/NordicSemiconductor/zcbor
88
# Generated with a --default-max-qty of 3
99
#

samples/pet/src/pet_decode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
6-
* Generated using zcbor version 0.9.99
6+
* Generated using zcbor version 0.9.1
77
* https://github.com/NordicSemiconductor/zcbor
88
* Generated with a --default-max-qty of 3
99
*/

samples/pet/src/pet_encode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
6-
* Generated using zcbor version 0.9.99
6+
* Generated using zcbor version 0.9.1
77
* https://github.com/NordicSemiconductor/zcbor
88
* Generated with a --default-max-qty of 3
99
*/

zcbor/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.99
1+
0.9.1

0 commit comments

Comments
 (0)