We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f1dee8 + fdea4cd commit a1a4005Copy full SHA for a1a4005
CHANGELOG.md
@@ -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
+
5
## v0.7.1
-- $ref enhancements: Generate Response Headers
6
+- $ref enhancements: Auto-generate components referenced in "items"
7
[#80](https://github.com/k0kubun/rspec-openapi/pull/80)
8
- Administration
9
- Setup RuboCop
lib/rspec/openapi/version.rb
@@ -1,5 +1,5 @@
module RSpec
module OpenAPI
- VERSION = '0.7.1'.freeze
+ VERSION = '0.7.2'.freeze
end
0 commit comments