Skip to content

Commit 8e0c19f

Browse files
committed
Preparing for release, 0.1.0.
1 parent 3319756 commit 8e0c19f

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
### Next
1+
### 0.1.0 (February 5, 2015)
22

3-
* [41](https://github.com/BrandyMint/grape-swagger-rails/pull/41): Fixed compatibility with grape-swagger 0.8.0 - [@dblock](https://github.com/dblock).
4-
* Your contribution here.
3+
* [41](https://github.com/BrandyMint/grape-swagger-rails/pull/41): Compatibility with grape-swagger 0.8.0 and 0.9.0 - [@dblock](https://github.com/dblock).
54

65
### 0.0.10 (September 30, 2014)
76

lib/grape-swagger-rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GrapeSwaggerRails
2-
VERSION = "0.0.10"
3-
end
2+
VERSION = "0.1.0"
3+
end

spec/dummy/app/api/api.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
class API < Grape::API
2-
format :json
32
prefix 'api'
43

54
namespace :foos do

0 commit comments

Comments
 (0)