File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- ### Next Release
1
+ ### 0.19.0 (12/18/2016)
2
2
3
3
#### Features
4
4
5
5
* [ #1503 ] ( https://github.com/ruby-grape/grape/pull/1503 ) : Allow to use regexp validator with arrays - [ @akoltun ] ( https://github.com/akoltun ) .
6
6
* [ #1507 ] ( https://github.com/ruby-grape/grape/pull/1507 ) : Add group attributes for parameter definitions - [ @304 ] ( https://github.com/304 ) .
7
7
* [ #1532 ] ( https://github.com/ruby-grape/grape/pull/1532 ) : Sets 204 as default status for delete - [ @LeFnord ] ( https://github.com/LeFnord ) .
8
- * Your contribution here.
9
8
10
9
#### Fixes
11
10
15
14
* [ #1510 ] ( https://github.com/ruby-grape/grape/pull/1510 ) : Fix: inconsistent validation for multiple parameters - [ @dgasper ] ( https://github.com/dgasper ) .
16
15
* [ #1526 ] ( https://github.com/ruby-grape/grape/pull/1526 ) : Reduce warnings caused by instance variables not initialized - [ @cpetschnig ] ( https://github.com/cpetschnig ) .
17
16
* [ #1531 ] ( https://github.com/ruby-grape/grape/pull/1531 ) : Updates gem dependencies - [ @LeFnord ] ( https://github.com/LeFnord ) .
18
- * Your contribution here.
19
17
20
18
### 0.18.0 (10/7/2016)
21
19
Original file line number Diff line number Diff line change @@ -105,9 +105,8 @@ content negotiation, versioning and much more.
105
105
106
106
## Stable Release
107
107
108
- You're reading the documentation for the next release of Grape, which should be 0.18.1 .
108
+ You're reading the documentation for the stable release of Grape, 0.19.0 .
109
109
Please read [ UPGRADING] ( UPGRADING.md ) when upgrading from a previous version.
110
- The current stable release is [ 0.18.0] ( https://github.com/ruby-grape/grape/blob/v0.18.0/README.md ) .
111
110
112
111
## Project Resources
113
112
Original file line number Diff line number Diff line change 1
1
module Grape
2
2
# The current version of Grape.
3
- VERSION = '0.18.1 ' . freeze
3
+ VERSION = '0.19.0 ' . freeze
4
4
end
You can’t perform that action at this time.
0 commit comments