jsonschema_rs 0.49.1-aarch64-linux → 0.49.2-aarch64-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: 6c086b32fb095d852a4dce8b5702ec27d8d45f30e12d85f7c36738bd41e5028e
4
- data.tar.gz: 31b1fb96af0203959de7570c575f2b368d21e9044f6c8c9b922d7f6c664037d4
3
+ metadata.gz: b38e6d0dece8af64ba6d9c2b98e254f511365b68c301d7377fa3650a13249a76
4
+ data.tar.gz: 2a13adb7f480905c249f289161271fd6ab4601cfa3dd8f4a82d08910baffd849
5
5
  SHA512:
6
- metadata.gz: '049fc0131f88ce533c9d72817925df9e98d37fedbbbdb2b6499e847d10c0cfdff7b561aaee86043ca8937ed83c546ff53171161d4049f700e9189219f8f49134'
7
- data.tar.gz: e8c39bdd2b4c4b631c63805a06c17735b9193d7bba24b02ddffc7f626349e2e9205e7fe6151d15c7cf99e6618ab12255f31542c519c0c88eac792b3501e77e19
6
+ metadata.gz: 7edd8a93e3d5d96c4e856d99bc236f85ad611d048a1099a0e09754b6f0e1cf68069897b3335dfd36af5f8b00930957e462b975a85a717a7b02797feae7a43888
7
+ data.tar.gz: 5145679726e875e58abf257ff0e8551e25b941335c5cfab8a6bee51a17ec0008af0e85fd32f2ee03c599787310b130fa425ea24ab100b8a3f6838bfce0c4c2f5
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
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