From 072e31d4f1d618f242be70dfe484b8c7e08316ae Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Tue, 27 Jul 2021 21:47:06 +0600 Subject: [PATCH] Prepare for v1.3.0 --- CHANGELOG.md | 2 ++ datatype99.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdcffa..e9f0c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [1.3.0] - 2021-07-27 + ### Added - An empty record -- `record(Foo)`. diff --git a/datatype99.h b/datatype99.h index 7076bbc..1b6bc48 100644 --- a/datatype99.h +++ b/datatype99.h @@ -89,7 +89,7 @@ SOFTWARE. #define DATATYPE99_RECORD_DERIVE_dummy_IMPL(...) ML99_empty() #define DATATYPE99_MAJOR 1 -#define DATATYPE99_MINOR 2 +#define DATATYPE99_MINOR 3 #define DATATYPE99_PATCH 0 // } (Various public stuff)