Skip to content

Commit

Permalink
Merge pull request #83 from k0kubun/release/v0.7.2
Browse files Browse the repository at this point in the history
Releasing v0.7.2
  • Loading branch information
exoego committed Nov 9, 2022
2 parents 6f1dee8 + fdea4cd commit a1a4005
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## v0.7.2
- $ref enhancements: Support $ref in arbitrary depth
[#82](https://github.com/k0kubun/rspec-openapi/pull/82)

## v0.7.1
- $ref enhancements: Generate Response Headers
- $ref enhancements: Auto-generate components referenced in "items"
[#80](https://github.com/k0kubun/rspec-openapi/pull/80)
- Administration
- Setup RuboCop
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/openapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RSpec
module OpenAPI
VERSION = '0.7.1'.freeze
VERSION = '0.7.2'.freeze
end
end

0 comments on commit a1a4005

Please sign in to comment.