jsonschema_rs 0.49.1-aarch64-linux-musl → 0.49.2-aarch64-linux-musl

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: 3133f305a524b9c0d444fe5c0382c62b77baf102eca8b3446a103e2e510a02c4
4
- data.tar.gz: ba8b50f70cd38b56a7ed6d6ca5e2e65fd74b1b49cec969b77be33ba415fc686b
3
+ metadata.gz: 4f4b2942ae0efabe8000516903be22a3693cba37be5ad2385418ee05e8754066
4
+ data.tar.gz: fb43f3d8c96da8659271bc4537c2b47466dd4e709aec722b9fe1a8f8b1ea4a6d
5
5
  SHA512:
6
- metadata.gz: 3481a60560a2baecfc36bd11fddcc2d551772555ecfe8f5ce7056e57144ad4cca9fb364e199d670a97a6449a450f48353ec5ff2c3e14bb22a57028ffae76a733
7
- data.tar.gz: 3b41cc7167ac61a159593490375f7029e1124ecf7907b0bdfba8c565b7c3234780d0da6e2909ec245cb2801412cd0ccdd53464cdd9671a05445acd85076a5f61
6
+ metadata.gz: 1cab6b2608176015fc84452e13cb311342cdc4a473631f25bc07aa4f55af1c13cd05dd4000b4d4dccfeb85b07aa9c0eda33b19a34093ec1c968c35772378132b
7
+ data.tar.gz: f80f0a1544277171460a9537d535ca8567f1066e6634182412793401a4f7febb84a20b2fd8e35b3ac9ae29ded5b50c6f3b231550e21ae1fca93e9d5ecaf07fe1
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.49.2] - 2026-07-28
6
+
7
+ ### Performance
8
+
9
+ - Faster serialization of canonicalized schemas.
10
+
5
11
  ## [0.49.1] - 2026-07-25
6
12
 
7
13
  ### Fixed
@@ -226,7 +232,8 @@
226
232
 
227
233
  - Initial public release
228
234
 
229
- [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.49.1...HEAD
235
+ [Unreleased]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.49.2...HEAD
236
+ [0.49.2]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.49.1...ruby-v0.49.2
230
237
  [0.49.1]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.49.0...ruby-v0.49.1
231
238
  [0.49.0]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.5...ruby-v0.49.0
232
239
  [0.48.5]: https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.2...ruby-v0.48.5
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.49.1"
4
+ VERSION = "0.49.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.49.1
4
+ version: 0.49.2
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Dmitry Dygalo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-25 00:00:00.000000000 Z
11
+ date: 2026-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal