Skip to content

Commit 9840992

Browse files
committed
Preparing for 0.4.0 release.
1 parent f30d3fa commit 9840992

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Next Release
2-
============
1+
0.4.0 (3/17/2013)
2+
=================
3+
34
* [#356](https://github.com/intridea/grape/pull/356): Fix: presenting collections other than `Array` (eg. `ActiveRecord::Relation`) - [@zimbatm](https://github.com/zimbatm).
45
* [#352](https://github.com/intridea/grape/pull/352): Fix: using `Rack::JSONP` with `Grape::Entity` responses - [@deckchair](https://github.com/deckchair).
56
* [#347](https://github.com/intridea/grape/issues/347): Grape will accept any valid JSON as PUT or POST, including strings, symbols and arrays - [@qqshfox](https://github.com/qqshfox), [@dblock](https://github.com/dblock).
@@ -11,7 +12,6 @@ Next Release
1112
* [#320](https://github.com/intridea/grape/issues/320): API `namespace` now supports `requirements` - [@niedhui](https://github.com/niedhui).
1213
* [#353](https://github.com/intridea/grape/issues/353): Revert to standard Ruby logger formatter, `require active_support/all` if you want old behavior - [@rhunter](https://github.com/rhunter), [@dblock](https://github.com/dblock).
1314
* Fix: `undefined method `call' for nil:NilClass` for an API method implementation without a block, now returns an empty string - [@dblock](https://github.com/dblock).
14-
* Your contribution here.
1515

1616
0.3.2 (2/28/2013)
1717
=================

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ content negotiation, versioning and much more.
1212

1313
## Stable Release
1414

15-
You're reading the documentation for the next release of Grape, which should be 0.3.3.
16-
The current stable release is [0.3.2](https://github.com/intridea/grape/blob/v0.3.2/README.md).
15+
You're reading the documentation for the stable release 0.4.0.
1716

1817
## Project Tracking
1918

@@ -1201,4 +1200,4 @@ MIT License. See LICENSE for details.
12011200

12021201
## Copyright
12031202

1204-
Copyright (c) 2010-2012 Michael Bleigh, and Intridea, Inc.
1203+
Copyright (c) 2010-2013 Michael Bleigh, and Intridea, Inc.

lib/grape/version.rb

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

0 commit comments

Comments
 (0)