File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.17.1 (Next )
1
+ 0.18.0 (10/7/2016 )
2
2
==================
3
3
4
+ #### Features
5
+
4
6
* [ #1480 ] ( https://github.com/ruby-grape/grape/pull/1480 ) : Use the ruby-grape-danger gem for PR linting - [ @dblock ] ( https://github.com/dblock ) .
5
7
* [ #1486 ] ( https://github.com/ruby-grape/grape/pull/1486 ) : Implemented except in values validator - [ @jonmchan ] ( https://github.com/jonmchan ) .
6
8
* [ #1470 ] ( https://github.com/ruby-grape/grape/pull/1470 ) : Drop support for ruby-2.0 - [ @namusyaka ] ( https://github.com/namusyaka ) .
7
9
* [ #1490 ] ( https://github.com/ruby-grape/grape/pull/1490 ) : Switch to Ruby-2.x+ syntax - [ @namusyaka ] ( https://github.com/namusyaka ) .
8
10
* [ #1499 ] ( https://github.com/ruby-grape/grape/pull/1499 ) : Support fail_fast param validation option - [ @dgasper ] ( https://github.com/dgasper ) .
9
- * Your contribution here.
10
11
11
12
#### Fixes
12
13
Original file line number Diff line number Diff line change @@ -104,9 +104,8 @@ content negotiation, versioning and much more.
104
104
105
105
## Stable Release
106
106
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.
108
108
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 ) .
110
109
111
110
## Project Resources
112
111
Original file line number Diff line number Diff line change 1
1
module Grape
2
2
# The current version of Grape.
3
- VERSION = '0.17.1 ' . freeze
3
+ VERSION = '0.18.0 ' . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments