Skip to content

Commit 518b8ea

Browse files
committed
Preparing for release, 0.3.0.
1 parent 3730abe commit 518b8ea

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
Next
2-
----
1+
0.3.0 (12/31/2014)
2+
------------------
33

4-
* Require Roar 1.0 - [@dblock](https://github.com/dblock).
5-
* Your contribution here.
4+
* Added support for Roar 1.0 - [@dblock](https://github.com/dblock).
65

76
0.2.0 (12/18/2014)
87
------------------

UPGRADING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ Upgrading Grape-Roar
33

44
### Upgrading to >= 0.3.0
55

6-
This version requires Roar 1.0 or newer. Make presenter changes according to the [roar changelog](https://github.com/apotonick/roar/blob/master/CHANGES.markdown), specifically replace `Roar::Representer::Feature::Hypermedia` with `Roar::Hypermedia` and `Roar::Representer::JSON` with `Roar::JSON`.
6+
This version requires Roar 1.0 or newer.
7+
8+
* Make presenter changes according to the [roar changelog](https://github.com/apotonick/roar/blob/master/CHANGES.markdown), specifically replace `Roar::Representer::Feature::Hypermedia` with `Roar::Hypermedia` and `Roar::Representer::JSON` with `Roar::JSON` and adjust any `require` paths.
9+
* Ensure that `Grape::Roar::Representer` is included *after* any `Roar::JSON` or `Roar::Hypermedia` mixins. You would otherwise get a `TypeError: class or module required` from within `Roar::Representable`.
10+
711

lib/grape/roar/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Grape
22
module Roar
3-
VERSION = '0.2.1'
3+
VERSION = '0.3.0'
44
end
55
end

0 commit comments

Comments
 (0)