Skip to content

Commit

Permalink
chore: release 4.0.0-pre.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed May 31, 2019
1 parent 8d6762d commit 9aa5aec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 9aa5aec

Please sign in to comment.