Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahx committed Dec 18, 2024
1 parent 2832740 commit 15e7956
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.2.0

- Fix support for discriminator in response bodies if no mapping is defined (https://github.com/ahx/openapi_first/issues/285)
- Fix support for discriminator in request bodies if no mapping is defined
- Replace bundled json_refs fork with own code
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.1.1)
openapi_first (2.2.0)
hana (~> 1.3)
json (>= 2.8.0)
json_schemer (>= 2.1, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rack2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.1.1)
openapi_first (2.2.0)
hana (~> 1.3)
json (>= 2.8.0)
json_schemer (>= 2.1, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rack30.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.1.1)
openapi_first (2.2.0)
hana (~> 1.3)
json (>= 2.8.0)
json_schemer (>= 2.1, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails6.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.1.1)
openapi_first (2.2.0)
hana (~> 1.3)
json (>= 2.8.0)
json_schemer (>= 2.1, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
openapi_first (2.1.1)
openapi_first (2.2.0)
hana (~> 1.3)
json (>= 2.8.0)
json_schemer (>= 2.1, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/openapi_first/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OpenapiFirst
VERSION = '2.1.1'
VERSION = '2.2.0'
end

0 comments on commit 15e7956

Please sign in to comment.