Skip to content

Commit b30a3f7

Browse files
committed
Prepare 0.4.0
1 parent c67967a commit b30a3f7

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,21 @@
33
#### Features
44

55
* Your contribution here.
6+
7+
#### Features
8+
9+
* Your contribution here.
10+
11+
### 0.4.0 (May 30, 2020)
12+
13+
#### Features
14+
15+
* [#49](https://github.com/ruby-grape/grape-swagger-entity/pull/49): Bumped minimal required version of grape-swagger to 1.0.0 - [@Bugagazavr](https://github.com/Bugagazavr).
616
* [#48](https://github.com/ruby-grape/grape-swagger-entity/pull/48): Add support for extensions - [@MaximeRDY](https://github.com/MaximeRDY).
717

818
#### Fixes
919

10-
[#46](https://github.com/ruby-grape/grape-swagger-entity/pull/46): Fixed issue where a boolean example value of false would not display in swagger file - [@drewnichols](https://github.com/drewnichols).
20+
* [#46](https://github.com/ruby-grape/grape-swagger-entity/pull/46): Fixed issue where a boolean example value of false would not display in swagger file - [@drewnichols](https://github.com/drewnichols).
1121

1222
### 0.3.4 (January 9, 2020)
1323

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', '>= 0.31.0'
22+
s.add_runtime_dependency 'grape-swagger', '>= 1.0.0'
2323
end
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.3.4'.freeze
3+
VERSION = '0.4.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)