Skip to content

Commit e9ba4ee

Browse files
committed
Preparing for release, 0.18.0
1 parent d734415 commit e9ba4ee

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
0.17.1 (Next)
1+
0.18.0 (10/7/2016)
22
==================
33

4+
#### Features
5+
46
* [#1480](https://github.com/ruby-grape/grape/pull/1480): Use the ruby-grape-danger gem for PR linting - [@dblock](https://github.com/dblock).
57
* [#1486](https://github.com/ruby-grape/grape/pull/1486): Implemented except in values validator - [@jonmchan](https://github.com/jonmchan).
68
* [#1470](https://github.com/ruby-grape/grape/pull/1470): Drop support for ruby-2.0 - [@namusyaka](https://github.com/namusyaka).
79
* [#1490](https://github.com/ruby-grape/grape/pull/1490): Switch to Ruby-2.x+ syntax - [@namusyaka](https://github.com/namusyaka).
810
* [#1499](https://github.com/ruby-grape/grape/pull/1499): Support fail_fast param validation option - [@dgasper](https://github.com/dgasper).
9-
* Your contribution here.
1011

1112
#### Fixes
1213

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ content negotiation, versioning and much more.
104104

105105
## Stable Release
106106

107-
You're reading the documentation for the next release of Grape, which should be 0.17.1.
107+
You're reading the documentation for the stable release of Grape.
108108
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
109-
The current stable release is [0.17.0](https://github.com/ruby-grape/grape/blob/v0.17.0/README.md).
110109

111110
## Project Resources
112111

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Grape
22
# The current version of Grape.
3-
VERSION = '0.17.1'.freeze
3+
VERSION = '0.18.0'.freeze
44
end

0 commit comments

Comments
 (0)