diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e72039..04aa5a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [0.6.0-pre] +## [0.6.0] - BREAKING: if there are multiple table fields with a key attribute, the default key is now the field with the smaller id rather than the first diff --git a/include/flatcc/flatcc_version.h b/include/flatcc/flatcc_version.h index 79ab1b57..87158986 100644 --- a/include/flatcc/flatcc_version.h +++ b/include/flatcc/flatcc_version.h @@ -2,12 +2,12 @@ extern "C" { #endif -#define FLATCC_VERSION_TEXT "0.6.0" +#define FLATCC_VERSION_TEXT "0.6.1-dev" #define FLATCC_VERSION_MAJOR 0 #define FLATCC_VERSION_MINOR 6 -#define FLATCC_VERSION_PATCH 0 +#define FLATCC_VERSION_PATCH 1 /* 1 or 0 */ -#define FLATCC_VERSION_RELEASED 1 +#define FLATCC_VERSION_RELEASED 0 #ifdef __cplusplus }