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

Commit

Permalink
chore: release 4.0.0-pre.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed May 20, 2019
1 parent a6e5ee2 commit a14cd60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Drafter Changelog

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

### Bug Fixes

* The `fixed` type attribute now inherits to empty objects. This regression was
introduced in 4.0.0-pre.1.
[#686](https://github.com/apiaryio/drafter/issues/686)

* Prevents a segmentation fault while parsing a document which contains an
"empty" `One Of` MSON entry.
[#699](https://github.com/apiaryio/drafter/issues/699)

* Prevent an infinite loop while parsing a document with a circular MSON
reference.
[#702](https://github.com/apiaryio/drafter/issues/702)

## 4.0.0-pre.5 (2019-05-07)

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 5
#define DRAFTER_PRE_RELEASE_VERSION 6

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

0 comments on commit a14cd60

Please sign in to comment.