Skip to content

Commit b0c3bed

Browse files
committed
Release v1.6.2
1 parent 6b520be commit b0c3bed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## unreleased
88

9+
## 1.6.2 - 2022-01-02
10+
911
### Fixed
1012

11-
- Initialise `.data.dummy` to `\0` for empty variants. Previously, it was uninitialised.
13+
- Initialise `.data.dummy` to `'\0'` for empty variants. Previously, it was uninitialised.
1214

1315
## 1.6.1 - 2021-12-09
1416

datatype99.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ SOFTWARE.
9999

100100
#define DATATYPE99_MAJOR 1
101101
#define DATATYPE99_MINOR 6
102-
#define DATATYPE99_PATCH 1
102+
#define DATATYPE99_PATCH 2
103103

104104
#define DATATYPE99_VERSION_COMPATIBLE(x, y, z) \
105105
(DATATYPE99_MAJOR == (x) && \

0 commit comments

Comments
 (0)