Skip to content

Commit 06008d2

Browse files
committed
Preparing for release, 0.19.0.
1 parent a3a28f5 commit 06008d2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
### Next Release
1+
### 0.19.0 (12/18/2016)
22

33
#### Features
44

55
* [#1503](https://github.com/ruby-grape/grape/pull/1503): Allow to use regexp validator with arrays - [@akoltun](https://github.com/akoltun).
66
* [#1507](https://github.com/ruby-grape/grape/pull/1507): Add group attributes for parameter definitions - [@304](https://github.com/304).
77
* [#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.
98

109
#### Fixes
1110

@@ -15,7 +14,6 @@
1514
* [#1510](https://github.com/ruby-grape/grape/pull/1510): Fix: inconsistent validation for multiple parameters - [@dgasper](https://github.com/dgasper).
1615
* [#1526](https://github.com/ruby-grape/grape/pull/1526): Reduce warnings caused by instance variables not initialized - [@cpetschnig](https://github.com/cpetschnig).
1716
* [#1531](https://github.com/ruby-grape/grape/pull/1531): Updates gem dependencies - [@LeFnord](https://github.com/LeFnord).
18-
* Your contribution here.
1917

2018
### 0.18.0 (10/7/2016)
2119

README.md

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

106106
## Stable Release
107107

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.
109109
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).
111110

112111
## Project Resources
113112

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.18.1'.freeze
3+
VERSION = '0.19.0'.freeze
44
end

0 commit comments

Comments
 (0)