onnxruntime 0.11.2 → 0.11.3

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: 57ccfdeb5dd7ec5b3446c3baea04a2cfa5a7abdf70d41639ce15533c834fe3f8
4
- data.tar.gz: 63303665944108290a076d1a26e5dd8561158cdcac3e667136ae27e3d03312b8
3
+ metadata.gz: 35272e2e82bdf6fdd8e2d57dab537b4da40afb3565e95dcd79c360bbf98767d3
4
+ data.tar.gz: 360a2031f97b70117da1f2db7723d1b9720b8689db9c22bc8fad816f6ad7b7f3
5
5
  SHA512:
6
- metadata.gz: 6edc99dd0103622921518001268a0cf856b854877bac8a3182add8ff32056d3e2a18d7eb35d3b8325d957f67072fe14e938d35adf6313739155f42b02886315d
7
- data.tar.gz: 1fbee12b2fb394c393bd167eef11f64a3fcc1358736023a5a7cf0f2ea2d6c737536e343ecca1770f74811387dc65e70467d89d5ec451879af58fc348b4a31f44
6
+ metadata.gz: e8ad7bdd074887c37271e0b6096fabf6ff0624032d3a5ad0dd253ff4ff31c8be3b18bb4a48bed1fe68782f030513a57fc6cf0385a5411335ac336782ca801db1
7
+ data.tar.gz: 3052ce14e8003ddf3fea47abb96186d994bfd6e9192937e65b9f45eea1587a4df718880cc2545b8dff76a5f5966720785f117225865372c8355f3449e446137d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.11.3 (2026-05-08)
2
+
3
+ - Updated ONNX Runtime to 1.26.0
4
+
1
5
  ## 0.11.2 (2026-04-21)
2
6
 
3
7
  - Updated ONNX Runtime to 1.25.0
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.11.2"
2
+ VERSION = "0.11.3"
3
3
  end
Binary file
Binary file
Binary file
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.2
4
+ version: 0.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane