Skip to content

Commit 7fc9e4a

Browse files
authored
Release 0.8.0 (#108)
* Update author and homepage * Update README * Cut new version
1 parent 8df8bce commit 7fc9e4a

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.8.0
2+
- Set `required` in request body and response body
3+
[#95](https://github.com/exoego/rspec-openapi/pull/95), [#98](https://github.com/exoego/rspec-openapi/pull/98)
4+
- Generate OpenAPI with minitest instead of RSpec
5+
[#90](https://github.com/exoego/rspec-openapi/pull/90)
6+
- Generate security schemas via RSpec::OpenAPI.security_schemes
7+
[#84](https://github.com/exoego/rspec-openapi/pull/84)
8+
- Bunch of refactorings
9+
110
## v0.7.2
211
- $ref enhancements: Support $ref in arbitrary depth
312
[#82](https://github.com/k0kubun/rspec-openapi/pull/82)

lib/rspec/openapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RSpec
44
module OpenAPI
5-
VERSION = '0.7.2'
5+
VERSION = '0.8.0'
66
end
77
end

rspec-openapi.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ require_relative 'lib/rspec/openapi/version'
55
Gem::Specification.new do |spec|
66
spec.name = 'rspec-openapi'
77
spec.version = RSpec::OpenAPI::VERSION
8-
spec.authors = ['Takashi Kokubun']
9-
spec.email = ['[email protected]']
8+
spec.authors = ['Takashi Kokubun', 'TATSUNO Yasuhiro']
9+
1010

1111
spec.summary = 'Generate OpenAPI schema from RSpec request specs'
12-
spec.description = 'Generate OpenAPI from RSpec request specs'
13-
spec.homepage = 'https://github.com/k0kubun/rspec-openapi'
12+
spec.description = 'Generate OpenAPI from RSpec request specs'
13+
spec.homepage = 'https://github.com/exoego/rspec-openapi'
1414
spec.license = 'MIT'
1515
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
1616

0 commit comments

Comments
 (0)