onnxruntime 0.11.0-x64-mingw → 0.11.1-x64-mingw

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: 2a5f94bca3b4f8718398626650bf678858f1639510d4e0e0572b6967ec974391
4
- data.tar.gz: '0566598c32e290cfcb36fb49898c5db37252742fc292e0a273d9c989e3611720'
3
+ metadata.gz: 5097cec8c3143dc7229b81cd6f580787016f86f517ad6056fedb9cb060ca1f6b
4
+ data.tar.gz: ed753dbcecc10f77dabccff2e47390f60346a5685857f8a82231fc524da3b829
5
5
  SHA512:
6
- metadata.gz: faa59b31e57b61b0e9ddc6109e470456a4c9e7cc0661118abc228edfb6c28b7e1aea59548705b744f07ee7a01a890f6d098d7c7c459ef0a21a1040993c6ca836
7
- data.tar.gz: 3197d00a33341acaa25edfd3c336e5fa61813a7071398fffcf0b83be10d352f928cbea0eb0392b95c5bfb702426baad3de54fc7995f90f26a8f87a892db5f7ba
6
+ metadata.gz: b7be77a02240a8df68815fa3509b6849ea47cc66e6e641143b2d0d20592b3c710d09195bbe9d34abc78387cfc645fda5cb536a63ce9e4f6886871e5b9b2484b2
7
+ data.tar.gz: 73f34f6d902d6b4fcb53f33e60fd91aae62fcb9a32f8a06695e952f801459f6cda76ac73413b66698ba135ba5b9c89a229d4fe114dddb738d659618a1c833614
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: x64-mingw
6
6
  authors:
7
7
  - Andrew Kane