jsonschema_rs 0.48.1-x86_64-linux → 0.48.2-x86_64-linux

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: dd37eb73f5ed934845a64d1bfdcc05dd19eb29095aa14c940561d6acaaf620a1
4
- data.tar.gz: 81bf32eda16096a70fc339a33a415fee0ff82d837966071ce8176e63be35583e
3
+ metadata.gz: faf3282426348570d068fd9aeb8c4054bfb7837cee5a6a6d319e47600b4ed288
4
+ data.tar.gz: 0cdeac8f87717f5a0f38cea90c611de33362d5e85f65bbe205716d337f89a47b
5
5
  SHA512:
6
- metadata.gz: 7de0776ec2ec64af9b547f6b0ef69650f7cc5910238a82232298f273854d589f71494c7831dd2b26b7b4961f5628cdb707005f8557d87d1dbcc7b6552a32708d
7
- data.tar.gz: 1cbe7d5cb081979bc2d2f2d51bc5b2fe871e322d1817457f245c3b461d196c48a5073bc201f12d4c7d63be56cc2e98c6882f0457779172585c7a6b5633901511
6
+ metadata.gz: 716666030ae001f1fd35546bfe6eee2e6ca52ee7a86a6d2fe7782de0576f8387d02fe8497178e98855350d564ea0c8a6b8cbee667611f7486c09fe3d539a313b
7
+ data.tar.gz: 760604a064bb5260a78110d7966e88aa9d664cf2b3ff0fb8f1839875f92f29c27d7f76174d33603a14d9171dddf6ad9bc9798eecb61a99d96013941d53872935
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
Binary file
Binary file
Binary file
@@ -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: x86_64-linux
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