Skip to content

Commit

Permalink
Prepare for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Aug 27, 2021
1 parent 7fd5d05 commit efb8d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [1.5.0] - 2021-08-27

### Added

- `DATATYPE99_VERSION_COMPATIBLE` to check for a SemVer-compatible version.
Expand Down
2 changes: 1 addition & 1 deletion datatype99.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ SOFTWARE.
#define DATATYPE99_RECORD_DERIVE_dummy_IMPL(...) ML99_empty()

#define DATATYPE99_MAJOR 1
#define DATATYPE99_MINOR 4
#define DATATYPE99_MINOR 5
#define DATATYPE99_PATCH 0

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

0 comments on commit efb8d2b

Please sign in to comment.