Skip to content

Commit d4ce7a0

Browse files
committed
Preparing for release, 0.8.0.
1 parent 2099c3a commit d4ce7a0

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Next Release
2-
============
1+
0.8.0 (7/10/2014)
2+
=================
33

44
#### Features
55

@@ -9,7 +9,6 @@ Next Release
99
* [#617](https://github.com/intridea/grape/pull/617): Running tests on Ruby 2.1.1, Rubinius 2.1 and 2.2, Ruby and JRuby HEAD - [@dblock](https://github.com/dblock).
1010
* [#397](https://github.com/intridea/grape/pull/397): Adds `Grape::Endpoint.before_each` to allow easy helper stubbing - [@mbleigh](https://github.com/mbleigh).
1111
* [#673](https://github.com/intridea/grape/pull/673): Avoid requiring non-existent fields when using Grape::Entity documentation - [@qqshfox](https://github.com/qqshfox).
12-
* Your contribution here.
1312

1413
#### Fixes
1514

README.md

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

7777
## Stable Release
7878

79-
You're reading the documentation for the next release of Grape, which should be 0.7.1.
79+
You're reading the documentation for the stable release of Grape, 0.8.0.
8080
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
81-
The current stable release is [0.7.0](https://github.com/intridea/grape/blob/v0.7.0/README.md).
8281

8382
## Project Resources
8483

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

66
#### Changes in Exception Handling
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.7.1'
2+
VERSION = '0.8.0'
33
end

0 commit comments

Comments
 (0)