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 ce0a1ad commit f6d996dCopy full SHA for f6d996d
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [unreleased]
8
9
+## [1.5.2] - 2021-11-09
10
+
11
### Fixed
12
13
- The `derive` attribute was made into a macro (see [issue 12](https://github.com/Hirrolot/datatype99/issues/12)).
datatype99.h
@@ -99,7 +99,7 @@ SOFTWARE.
99
100
#define DATATYPE99_MAJOR 1
101
#define DATATYPE99_MINOR 5
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