Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaitsev committed Jun 28, 2020
1 parent 7f290cd commit 04c243a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
#### Features

* Your contribution here.

#### Fixes

* Your contribution here.

### 0.5.0 (June 29, 2020)

#### Features

* [#50](https://github.com/ruby-grape/grape-swagger-entity/pull/50): Features/inheritance and discriminator - [@MaximeRDY](https://github.com/MaximeRDY).

### 0.4.0 (May 30, 2020)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :development, :test do
gem 'rubocop', '~> 0.68.1'
end

gem 'grape-swagger', git: 'https://github.com/ruby-grape/grape-swagger.git'
gem 'grape-swagger', path: '../grape-swagger'

group :test do
gem 'grape-entity', ENV.fetch('GRAPE_ENTITY', '0.6.1')
Expand Down
2 changes: 1 addition & 1 deletion grape-swagger-entity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.2.6'
s.add_runtime_dependency 'grape-entity', '>= 0.5.0'
s.add_runtime_dependency 'grape-swagger', '>= 1.0.0'
s.add_runtime_dependency 'grape-swagger', '>= 1.4.0'
end
2 changes: 1 addition & 1 deletion lib/grape-swagger/entity/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module GrapeSwagger
module Entity
VERSION = '0.4.0'.freeze
VERSION = '0.5.0'.freeze
end
end

0 comments on commit 04c243a

Please sign in to comment.