jsonschema_rs 0.48.1-x86_64-darwin → 0.48.2-x86_64-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: c5a7767e7f2acba954425c53ceae246a882c0f00f4eeb9656b094d31728fb010
4
- data.tar.gz: 32d8b97447f9ae72766f5526beb30c67bcbecac9533a0b5d6ab6f27ddd1deea9
3
+ metadata.gz: d0062b587dfc97bca288b37b531ac926e0b6642208fdb97296c5b22a65ebe81a
4
+ data.tar.gz: 56c491d878dd1762e41a83efbacc91f9c3691c7d3aab67994424885de0af113e
5
5
  SHA512:
6
- metadata.gz: eb5edbcd10249891530edbff58f14fef1737e6b2b66551ad65f4407267ac5277d7b7a7d32b127dd14c33c2e58fee03730850cfb8d17bdfa76cd979e226779e22
7
- data.tar.gz: a83acbd4e06e8d6b14f1d612def964fd33b859fd94b6ca82ab57e4aecb4d93abf401d1ad8694ffcb520430bce3e269068e49985302b14aa1cd3593316e0903d7
6
+ metadata.gz: 26517541b88228b4aa1f52c5e898b8557fb72cd3c793d72afe368226985849579fa4a748fbd12c9c95aa271b21f11c3d048f2a22dd1179587bbc77beff74f406
7
+ data.tar.gz: 848e841191b78a892da419febd4c11c5f84c877258029ffbe9f5dd3aa1e1d1d67d8087eaf61b5d37ff6d099d0bd3a4786b63442f3b1b28f97d6523ab93f7fd89
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: x86_64-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