Skip to content

Commit 26eacd3

Browse files
committed
Preparing for release, 0.11.0.
1 parent f47e374 commit 26eacd3

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Next Release
2-
============
1+
0.11.0 (2/23/2015)
2+
==================
3+
34
* [#925](https://github.com/intridea/grape/pull/925): Fixed `toplevel constant DateTime referenced by Virtus::Attribute::DateTime` - [@u2](https://github.com/u2).
45
* [#916](https://github.com/intridea/grape/pull/916): Added `DateTime/Date/Numeric/Boolean` type support `allow_blank` - [@u2](https://github.com/u2).
56
* [#871](https://github.com/intridea/grape/pull/871): Fixed `Grape::Middleware::Base#response` - [@galathius](https://github.com/galathius).
@@ -14,7 +15,6 @@ Next Release
1415
* [#913](https://github.com/intridea/grape/pull/913): Fix: Invalid accept headers are not processed by rescue handlers - [@croeck](https://github.com/croeck).
1516
* [#913](https://github.com/intridea/grape/pull/913): Fix: Invalid accept headers cause internal processing errors (500) when http_codes are defined - [@croeck](https://github.com/croeck).
1617
* [#917](https://github.com/intridea/grape/pull/917): Use HTTPS for rubygems.org - [@O-I](https://github.com/O-I).
17-
* Your contribution here.
1818

1919
0.10.1 (12/28/2014)
2020
===================

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ content negotiation, versioning and much more.
9090

9191
## Stable Release
9292

93-
You're reading the documentation for the next release of Grape, which should be 0.10.2.
94-
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
95-
The current stable release is [0.10.1](https://github.com/intridea/grape/blob/v0.10.1/README.md).
93+
You're reading the documentation for the stable release of Grape, [0.11.0](https://github.com/intridea/grape/blob/v0.11.0/README.md).
9694

9795
## Project Resources
9896

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.10.2
4+
### Upgrading to >= 0.11.0
55

66
#### Added Rack 1.6.0 Support
77

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Grape
2-
VERSION = '0.10.2'
2+
VERSION = '0.11.0'
33
end

0 commit comments

Comments
 (0)