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 6d64b2c commit 73c6b74Copy full SHA for 73c6b74
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.0] - 2021-08-27
10
+
11
### Added
12
13
- `DATATYPE99_VERSION_COMPATIBLE` to check for a SemVer-compatible version.
datatype99.h
@@ -93,7 +93,7 @@ SOFTWARE.
93
#define DATATYPE99_RECORD_DERIVE_dummy_IMPL(...) ML99_empty()
94
95
#define DATATYPE99_MAJOR 1
96
-#define DATATYPE99_MINOR 4
+#define DATATYPE99_MINOR 5
97
#define DATATYPE99_PATCH 0
98
99
#define DATATYPE99_VERSION_COMPATIBLE(x, y, z) \
0 commit comments