Skip to content

Commit a1a4005

Browse files
authored
Merge pull request #83 from k0kubun/release/v0.7.2
Releasing v0.7.2
2 parents 6f1dee8 + fdea4cd commit a1a4005

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
## v0.7.2
2+
- $ref enhancements: Support $ref in arbitrary depth
3+
[#82](https://github.com/k0kubun/rspec-openapi/pull/82)
4+
15
## v0.7.1
2-
- $ref enhancements: Generate Response Headers
6+
- $ref enhancements: Auto-generate components referenced in "items"
37
[#80](https://github.com/k0kubun/rspec-openapi/pull/80)
48
- Administration
59
- Setup RuboCop

lib/rspec/openapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RSpec
22
module OpenAPI
3-
VERSION = '0.7.1'.freeze
3+
VERSION = '0.7.2'.freeze
44
end
55
end

0 commit comments

Comments
 (0)