Skip to content

Commit

Permalink
Release v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Jan 1, 2022
1 parent 644af72 commit 394e25c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## unreleased

## 1.6.2 - 2022-01-02

### Fixed

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

## 1.6.1 - 2021-12-09

Expand Down
2 changes: 1 addition & 1 deletion datatype99.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ SOFTWARE.

#define DATATYPE99_MAJOR 1
#define DATATYPE99_MINOR 6
#define DATATYPE99_PATCH 1
#define DATATYPE99_PATCH 2

#define DATATYPE99_VERSION_COMPATIBLE(x, y, z) \
(DATATYPE99_MAJOR == (x) && \
Expand Down

0 comments on commit 394e25c

Please sign in to comment.