Skip to content

Commit 0d8cfb0

Browse files
committed
Preparing for release, 0.14.0. [ci skip]
1 parent 44b2431 commit 0d8cfb0

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
0.13.1 (Next)
2-
=============
1+
0.14.0 (12/17/2015)
2+
===================
33

44
#### Features
55

6-
* Your contribution here.
7-
86
* [#1218](https://github.com/ruby-grape/grape/pull/1218): Provide array index context in errors - [@towanda](https://github.com/towanda).
97
* [#1196](https://github.com/ruby-grape/grape/pull/1196): Allow multiple `before_each` blocks - [@huynhquancam](https://github.com/huynhquancam).
108
* [#1190](https://github.com/ruby-grape/grape/putt/1190): Bypass formatting for statuses with no entity-body - [@tylerdooling](https://github.com/tylerdooling).

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ content negotiation, versioning and much more.
9999

100100
## Stable Release
101101

102-
You're reading the documentation for the next release of Grape, which should be 0.13.1.
102+
You're reading the documentation for the stable release of Grae [0.14.0](https://github.com/ruby-grape/grape/blob/v0.14.0/README.md).
103103
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
104-
The current stable release is [0.13.0](https://github.com/ruby-grape/grape/blob/v0.13.0/README.md).
105104

106105
## Project Resources
107106

@@ -408,7 +407,7 @@ desc 'Returns your public timeline.' do
408407
description: 'Not really needed',
409408
required: false
410409
}
411-
410+
412411
end
413412
get :public_timeline do
414413
Status.limit(20)

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Upgrading Grape
22
===============
33

4-
### Upgrading to >= 0.13.1
4+
### Upgrading to >= 0.14.0
55

66
#### Changes to availability of DSL methods in filters
77

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.13.1'
3+
VERSION = '0.14.0'
44
end

0 commit comments

Comments
 (0)