Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Release 4.0.0-pre.7 #711

Merged
merged 1 commit into from
May 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Drafter Changelog

## Master
## 4.0.0-pre.7 (2019-05-31)

### Enhancements

* The default build type is now release when using cmake.

### Bug Fixes

* JSON value & JSON schema backends now support top-level Reference Elements.
This prevents crashes on `Include` statements in `enum` contexts.
[#709](https://github.com/apiaryio/drafter/issues/709)

### Enhancements

* The default build type is now release when using cmake.

## 4.0.0-pre.6 (2019-05-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define DRAFTER_PATCH_VERSION 0

#define DRAFTER_VERSION_IS_RELEASE 0
#define DRAFTER_PRE_RELEASE_VERSION 6
#define DRAFTER_PRE_RELEASE_VERSION 7

#ifndef DRAFTER_STRINGIFY
#define DRAFTER_STRINGIFY(n) DRAFTER_STRINGIFY_HELPER(n)
Expand Down