Skip to content

Commit 2a89aae

Browse files
committed
Preparing for release, 0.9.0.
1 parent 3411432 commit 2a89aae

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
0.8.1 (Next)
2-
============
1+
0.9.0 (8/27/2014)
2+
=================
3+
4+
#### Features
35

46
* [#691](https://github.com/intridea/grape/issues/691): Added `at_least_one_of` parameter validator - [@dblock](https://github.com/dblock).
5-
* [#687](https://github.com/intridea/grape/pull/687): Fix: `mutually_exclusive` and `exactly_one_of` validation error messages now label parameters as strings, consistently with `requires` and `optional` - [@dblock](https://github.com/dblock).
67
* [#698](https://github.com/intridea/grape/pull/698): `error!` sets `status` for `Endpoint` too - [@dspaeth-faber](https://github.com/dspaeth-faber).
78
* [#703](https://github.com/intridea/grape/pull/703): Added support for Auth-Middleware extension - [@dspaeth-faber](https://github.com/dspaeth-faber).
89
* [#703](https://github.com/intridea/grape/pull/703): Removed `Grape::Middleware::Auth::Basic` - [@dspaeth-faber](https://github.com/dspaeth-faber).
@@ -11,7 +12,10 @@
1112
* [#719](https://github.com/intridea/grape/pull/719): Allow passing options hash to a custom validator - [@elado](https://github.com/elado).
1213
* [#716](https://github.com/intridea/grape/pull/716): Calling `content-type` will now return the current content-type - [@dblock](https://github.com/dblock).
1314
* [#705](https://github.com/intridea/grape/pull/705): Errors can now be presented with a `Grape::Entity` class - [@dspaeth-faber](https://github.com/dspaeth-faber).
14-
* Your contribution here.
15+
16+
#### Fixes
17+
18+
* [#687](https://github.com/intridea/grape/pull/687): Fix: `mutually_exclusive` and `exactly_one_of` validation error messages now label parameters as strings, consistently with `requires` and `optional` - [@dblock](https://github.com/dblock).
1519

1620
0.8.0 (7/10/2014)
1721
=================

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ content negotiation, versioning and much more.
7777

7878
## Stable Release
7979

80-
You're reading the documentation for the next release of Grape, which should be 0.8.1.
81-
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
82-
The current stable release is [0.8.0](https://github.com/intridea/grape/blob/v0.8.0/README.md).
80+
You're reading the documentation for Grape [0.9.0](https://github.com/intridea/grape/blob/v0.9.0/README.md).
8381

8482
## Project Resources
8583

lib/grape/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Grape
2-
VERSION = '0.8.1'
2+
VERSION = '0.9.0'
33
end

0 commit comments

Comments
 (0)