Skip to content

Commit 21ab39e

Browse files
committed
Preparing for release, 0.2.0.
1 parent 865deea commit 21ab39e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Next
1+
0.2.0 (12/18/2014)
22
------------------
33

44
* [#10](https://github.com/dblock/grape-roar/pull/10): Support for Roar decorator - [@sdbondi](https://github.com/sdbondi).
55

6-
0.1.0 (18/07/2014)
7-
------------------
6+
0.1.0 (7/17/2014)
7+
-----------------
88

99
* Initial public release, with support for Grape `present` - [@dblock](https://github.com/dblock).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ See [CONTRIBUTING](CONTRIBUTING.md).
124124
Copyright and License
125125
---------------------
126126

127-
MIT License, see [LICENSE](http://github.com/dblock/grape-roar/raw/master/LICENSE) for details.
127+
MIT License, see [LICENSE](LICENSE) for details.
128128

129-
(c) 2012-2014 [Daniel Doubrovkine](http://github.com/dblock), [Art.sy](http://artsy.github.com)
129+
(c) 2012-2014 [Daniel Doubrovkine](https://github.com/dblock) & Contributors, [Artsy](https://artsy.net)

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.1.0'
3+
VERSION = '0.2.0'
44
end
55
end

0 commit comments

Comments
 (0)