Skip to content

Commit 04c243a

Browse files
committed
Release 0.5.0
1 parent 7f290cd commit 04c243a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
#### Features
44

55
* Your contribution here.
6+
7+
#### Fixes
8+
9+
* Your contribution here.
10+
11+
### 0.5.0 (June 29, 2020)
12+
13+
#### Features
14+
615
* [#50](https://github.com/ruby-grape/grape-swagger-entity/pull/50): Features/inheritance and discriminator - [@MaximeRDY](https://github.com/MaximeRDY).
716

817
### 0.4.0 (May 30, 2020)

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :development, :test do
1616
gem 'rubocop', '~> 0.68.1'
1717
end
1818

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

2121
group :test do
2222
gem 'grape-entity', ENV.fetch('GRAPE_ENTITY', '0.6.1')

grape-swagger-entity.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
1919

2020
s.required_ruby_version = '>= 2.2.6'
2121
s.add_runtime_dependency 'grape-entity', '>= 0.5.0'
22-
s.add_runtime_dependency 'grape-swagger', '>= 1.0.0'
22+
s.add_runtime_dependency 'grape-swagger', '>= 1.4.0'
2323
end

lib/grape-swagger/entity/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module GrapeSwagger
22
module Entity
3-
VERSION = '0.4.0'.freeze
3+
VERSION = '0.5.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)