File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 2.9.2
6
+
5
7
- OpenapiFirst::Test reports all non-covered requests now
6
8
- Response validation: Improve content type mismatch exception message
7
9
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- openapi_first (2.9.1 )
4
+ openapi_first (2.9.2 )
5
5
hana (~> 1.3 )
6
6
json_schemer (>= 2.1 , < 3.0 )
7
7
openapi_parameters (>= 0.5.1 , < 2.0 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- openapi_first (2.9.1 )
4
+ openapi_first (2.9.2 )
5
5
hana (~> 1.3 )
6
6
json_schemer (>= 2.1 , < 3.0 )
7
7
openapi_parameters (>= 0.5.1 , < 2.0 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module OpenapiFirst
4
- VERSION = '2.9.1 '
4
+ VERSION = '2.9.2 '
5
5
end
You can’t perform that action at this time.
0 commit comments