Skip to content

Commit 73c6b74

Browse files
committed
Prepare for v1.5.0
1 parent 6d64b2c commit 73c6b74

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.0] - 2021-08-27
10+
911
### Added
1012

1113
- `DATATYPE99_VERSION_COMPATIBLE` to check for a SemVer-compatible version.

datatype99.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ SOFTWARE.
9393
#define DATATYPE99_RECORD_DERIVE_dummy_IMPL(...) ML99_empty()
9494

9595
#define DATATYPE99_MAJOR 1
96-
#define DATATYPE99_MINOR 4
96+
#define DATATYPE99_MINOR 5
9797
#define DATATYPE99_PATCH 0
9898

9999
#define DATATYPE99_VERSION_COMPATIBLE(x, y, z) \

0 commit comments

Comments
 (0)