Skip to content

Commit f6d996d

Browse files
committed
Release v1.5.2
1 parent ce0a1ad commit f6d996d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased]
88

9+
## [1.5.2] - 2021-11-09
10+
911
### Fixed
1012

1113
- The `derive` attribute was made into a macro (see [issue 12](https://github.com/Hirrolot/datatype99/issues/12)).

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 5
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)