onnxruntime 0.11.1-x64-mingw → 0.11.2-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: 5097cec8c3143dc7229b81cd6f580787016f86f517ad6056fedb9cb060ca1f6b
4
- data.tar.gz: ed753dbcecc10f77dabccff2e47390f60346a5685857f8a82231fc524da3b829
3
+ metadata.gz: 923daab677493d09401730a52286bb89ad602ed80a3dec4dcfe647691727353e
4
+ data.tar.gz: 0e0a65bd2e11f2c2fa0183cfa0a9b93dc5a61b413e32f8a0e5d9512b66bc16fa
5
5
  SHA512:
6
- metadata.gz: b7be77a02240a8df68815fa3509b6849ea47cc66e6e641143b2d0d20592b3c710d09195bbe9d34abc78387cfc645fda5cb536a63ce9e4f6886871e5b9b2484b2
7
- data.tar.gz: 73f34f6d902d6b4fcb53f33e60fd91aae62fcb9a32f8a06695e952f801459f6cda76ac73413b66698ba135ba5b9c89a229d4fe114dddb738d659618a1c833614
6
+ metadata.gz: e8b24c66ea74bed425b0c5b1e78e20affae34a779dc8828d509c9d35044621affcf31bb331f8407cec3b3860e5d73bcc27ce88e695a3f0871ad7ad8d892a5506
7
+ data.tar.gz: ac573c25270817b7eb72d7cc90b38de237b2bed812c640eb3d8d77e92ff61ef6202f27cad24a96e5f758c04d1037ededb4e31a779ceeca9d8e852277a6d61622
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.11.2 (2026-04-21)
2
+
3
+ - Updated ONNX Runtime to 1.25.0
4
+
1
5
  ## 0.11.1 (2026-03-05)
2
6
 
3
7
  - Updated ONNX Runtime to 1.24.3
@@ -1,3 +1,3 @@
1
1
  module OnnxRuntime
2
- VERSION = "0.11.1"
2
+ VERSION = "0.11.2"
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.1
4
+ version: 0.11.2
5
5
  platform: x64-mingw
6
6
  authors:
7
7
  - Andrew Kane
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
- rubygems_version: 4.0.3
64
+ rubygems_version: 4.0.6
65
65
  specification_version: 4
66
66
  summary: High performance scoring engine for ML models
67
67
  test_files: []