jsonschema_rs 0.48.1-arm64-darwin → 0.48.2-arm64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1bead2d814cc658f45023993ec0f159450ff2a80c7508797f9264ee880d17249
4
- data.tar.gz: 6dd9afb066cd6533855d3f0a5cadf7bce4a1276cb2783ab55f3174c62de80e3f
3
+ metadata.gz: 96eccc6ffc4b2d42b5d4b725c3ded6b95894642ee83bd68113d1191f11cf2d97
4
+ data.tar.gz: a2d025becca5bd17714957038bb9bf608299e9825da108b3db6d60adceadcfdb
5
5
  SHA512:
6
- metadata.gz: 48f9cbd5a307cab51c69cc690fe274cda38e714c80aecb751fb697003317640710de832575e9b887d1f62f7a35d4d07fef174570e54182314c09b8950756170f
7
- data.tar.gz: 93be656651b9dc36556bf9ba4ede7bd4586b83210198dcff4adde6dfb13102eb91802c86a3daf6f6a120baaf2908fb2a6173907e3a622c95b544aef1376541eb
6
+ metadata.gz: 64dafb507bd2ac75afc32cfb1a931527a4556da2bff66c90eb5a6295798208c210d56620ab45cfa766037fae1a03e923188ca6ed76ce518a16984f29af6de763
7
+ data.tar.gz: 947a3261204522f313b03fee5d4cf8901ad021a8b32a4e7fc7cc0f16ca95276fb25247bd8b9429b515002caeccb62b7278fdbc02e3d8d37782767b97bd24b6bc
data/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.48.2] - 2026-07-21
6
+
7
+ ### Fixed
8
+
9
+ - `Canonical::JSON.to_string` incorrectly emitting exponent form for small `Float` values (e.g. `1e-7` instead of `0.0000001`).
10
+
11
+ ### Performance
12
+
13
+ - Faster validator compilation by pre-sizing internal caches.
14
+
5
15
  ## [0.48.1] - 2026-07-17
6
16
 
7
17
  ### Fixed
@@ -182,7 +192,8 @@
182
192
 
183
193
  - Initial public release
184
194
 
185
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.1...HEAD
195
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.2...HEAD
196
+ [0.48.2]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.1...ruby-v0.48.2
186
197
  [0.48.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.0...ruby-v0.48.1
187
198
  [0.48.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.47.0...ruby-v0.48.0
188
199
  [0.47.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.46.10...ruby-v0.47.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JSONSchema
4
- VERSION = "0.48.1"
4
+ VERSION = "0.48.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonschema_rs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.1
4
+ version: 0.48.2
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-17 00:00:00.000000000 Z
11
+ date: 2026-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal