Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davishmcclurg committed May 30, 2024
1 parent 414ca1e commit 1878fe8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.3.0] - 2024-05-30

## Ruby Versions

- Ruby 2.5 and 2.6 are no longer supported.

## Bug Fixes

- Remove `base64` runtime dependency: https://github.com/davishmcclurg/json_schemer/pull/182
- Relax `uuid` format validation: https://github.com/davishmcclurg/json_schemer/pull/183

[2.3.0]: https://github.com/davishmcclurg/json_schemer/releases/tag/v2.3.0

## [2.2.0] - 2024-03-02

## Bug Fixes
Expand Down
15 changes: 5 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
json_schemer (2.2.1)
json_schemer (2.3.0)
bigdecimal
hana (~> 1.3)
regexp_parser (~> 2.0)
Expand All @@ -11,8 +11,8 @@ GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
bigdecimal (3.1.7)
bigdecimal (3.1.7-java)
bigdecimal (3.1.8)
bigdecimal (3.1.8-java)
concurrent-ruby (1.2.2)
csv (3.2.8)
docile (1.4.0)
Expand All @@ -23,19 +23,14 @@ GEM
i18n (< 2)
minitest (5.15.0)
rake (13.1.0)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
simpleidn (0.2.1)
unf (~> 0.1.4)
unf (0.1.4)
unf_ext
unf (0.1.4-java)
unf_ext (0.0.9.1)
simpleidn (0.2.3)

PLATFORMS
java
Expand Down
2 changes: 1 addition & 1 deletion lib/json_schemer/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module JSONSchemer
VERSION = '2.2.1'
VERSION = '2.3.0'
end

0 comments on commit 1878fe8

Please sign in to comment.