onnxruntime 0.11.0-x86_64-linux → 0.11.1-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: f3e8ae4dee64164d94470cc4bec54eab71124c51289027d0f4542b5483a00071
4
- data.tar.gz: e5494eab04782326bf177b1bd200c4413ea30a8dac8ad8be2197cb9445036656
3
+ metadata.gz: f22df8499338e087977c4b9a608b6fa4fe3d06291d9f7d22cba9d86b6c4cc0b2
4
+ data.tar.gz: 5a651b1496c0d8957a5483bac5223b8a9a604dc109dba37c680f28bfaff35b0d
5
5
  SHA512:
6
- metadata.gz: '09c20ca63800e6ba82d085004794e0e69045dec507d11b49c6ad71dc5776dd14510ac55d4ac5d78fd92d9d357f723c87b42e67bd0ef298fe6ad922563ef588cc'
7
- data.tar.gz: 1f945a35a0f96b4f910387e14431fa305ba3d3bab6514f400c3e42031843c3104bb7697e766b3ee3cbc286fc184da2108b448cabaa76cf5c5b046f7959aa87e7
6
+ metadata.gz: 78b452e9060f2dd20cb79b5e1d4b48643a1f3d7172aa66858f561621fc9b02c2ec99ad6c5bdee14c4c0c454173f976727a1eedd39cfd277f7ad31a04c7bfe667
7
+ data.tar.gz: 8a3e887331a6c629c53115c1172bba37ecee1ce74079c3477c2ce7582356fa02ba4a7127d864d176157ef1465b64f326226aeaed63d1aa9c866f6b1cff983597
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.11.1 (2026-03-05)
2
+
3
+ - Updated ONNX Runtime to 1.24.3
4
+
1
5
  ## 0.11.0 (2026-02-22)
2
6
 
3
7
  - Updated ONNX Runtime to 1.24.2
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.11.0"
2
+ VERSION = "0.11.1"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onnxruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Andrew Kane