Skip to content

Commit 44dd753

Browse files
committed
Bump version to 0.0.13
1 parent 2f8b5a6 commit 44dd753

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.13] - 2021-08-01
11+
12+
### Changed
13+
14+
- Update to OnnxRuntime v1.7.0
15+
1016
## [0.0.12] - 2021-04-11
1117

1218
### Added

onnxruntime-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Nicolas Bigaouette <[email protected]>"]
33
edition = "2018"
44
name = "onnxruntime-sys"
5-
version = "0.0.12"
5+
version = "0.0.13"
66

77
description = "Unsafe wrapper around Microsoft's ONNX Runtime"
88
documentation = "https://docs.rs/onnxruntime-sys"

onnxruntime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Nicolas Bigaouette <[email protected]>"]
33
edition = "2018"
44
name = "onnxruntime"
5-
version = "0.0.12"
5+
version = "0.0.13"
66

77
description = "Wrapper around Microsoft's ONNX Runtime"
88
documentation = "https://docs.rs/onnxruntime"
@@ -19,7 +19,7 @@ name = "integration_tests"
1919
required-features = ["model-fetching"]
2020

2121
[dependencies]
22-
onnxruntime-sys = { version = "0.0.12", path = "../onnxruntime-sys" }
22+
onnxruntime-sys = { version = "0.0.13", path = "../onnxruntime-sys" }
2323

2424
lazy_static = "1.4"
2525
ndarray = "0.15"

0 commit comments

Comments
 (0)