We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b520be commit b0c3bedCopy full SHA for b0c3bed
CHANGELOG.md
@@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## unreleased
8
9
+## 1.6.2 - 2022-01-02
10
+
11
### Fixed
12
- - 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.
14
15
## 1.6.1 - 2021-12-09
16
datatype99.h
@@ -99,7 +99,7 @@ SOFTWARE.
99
100
#define DATATYPE99_MAJOR 1
101
#define DATATYPE99_MINOR 6
102
-#define DATATYPE99_PATCH 1
+#define DATATYPE99_PATCH 2
103
104
#define DATATYPE99_VERSION_COMPATIBLE(x, y, z) \
105
(DATATYPE99_MAJOR == (x) && \
0 commit comments