File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.1.1] - 2023-11-28
4
+
5
+ ### Bug Fixes
6
+
7
+ - Fix refs to/through keyword objects: https://github.com/davishmcclurg/json_schemer/pull/160
8
+ - Temporary fix for incorrect ` uri-reference ` format in OpenAPI 3.x: https://github.com/davishmcclurg/json_schemer/pull/161
9
+
10
+ [ 2.1.1 ] : https://github.com/davishmcclurg/json_schemer/releases/tag/v2.1.1
11
+
3
12
## [ 2.1.0] - 2023-11-17
4
13
5
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- json_schemer (2.1.0 )
4
+ json_schemer (2.1.1 )
5
5
hana (~> 1.3 )
6
6
regexp_parser (~> 2.0 )
7
7
simpleidn (~> 0.2 )
30
30
unf (0.1.4 )
31
31
unf_ext
32
32
unf (0.1.4-java )
33
- unf_ext (0.0.9 )
33
+ unf_ext (0.0.9.1 )
34
34
35
35
PLATFORMS
36
36
java
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module JSONSchemer
3
- VERSION = '2.1.0 '
3
+ VERSION = '2.1.1 '
4
4
end
You can’t perform that action at this time.
0 commit comments