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

Commit 51ba7d6

Browse files
authored
Merge pull request #378 from apiaryio/kylef/release-3.1.0-pre.0
Release 3.1.0-pre.0
2 parents 2c19851 + 2d91da4 commit 51ba7d6

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Drafter Changelog
22

3-
## Master
3+
## 3.1.0-pre.0
44

55
### Enhancements
66

@@ -10,7 +10,7 @@
1010
* Add `fixed-type` keyword support.
1111
[mson#66](https://github.com/apiaryio/mson/issues/66)
1212

13-
* Add warnings when the given MSON type attributes contradict each other
13+
* Add warnings when the given MSON type attributes contradict each other.
1414

1515
### Bug Fixes
1616

@@ -31,10 +31,12 @@
3131
* Add type attributes for array values.
3232
[#193](https://github.com/apiaryio/drafter/issues/193)
3333

34-
* Value members with required will not have items in JSON Schema anymore
34+
* Value members with required will not have items in JSON Schema anymore.
3535
[#371](https://github.com/apiaryio/drafter/issues/371)
3636

37-
* Ensures that MSON validation warnings are present when generating APIB AST
37+
* Ensures that MSON validation warnings are present when generating APIB AST.
38+
39+
* Improved validation of `Request` keyword matching.
3840

3941
## 3.0.0
4042

ext/snowcrash

src/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#define DRAFTER_VERSION_H
1515

1616
#define DRAFTER_MAJOR_VERSION 3
17-
#define DRAFTER_MINOR_VERSION 0
17+
#define DRAFTER_MINOR_VERSION 1
1818
#define DRAFTER_PATCH_VERSION 0
1919

20-
#define DRAFTER_VERSION_IS_RELEASE 1
20+
#define DRAFTER_VERSION_IS_RELEASE 0
2121
#define DRAFTER_PRE_RELEASE_VERSION 0
2222

2323
#ifndef DRAFTER_STRINGIFY

tools/homebrew/drafter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class Drafter < Formula
44
homepage 'http://apiblueprint.org'
5-
head 'https://github.com/apiaryio/drafter.git', :tag => 'v3.0.0'
5+
head 'https://github.com/apiaryio/drafter.git', :tag => 'v3.1.0-pre.0'
66

77
def install
88
system "./configure", "--shared"

0 commit comments

Comments
 (0)