Skip to content

Commit cc7d214

Browse files
authored
Merge pull request #61 from nbigaouette/release-0011
Prepare release 0.0.11
2 parents b7b2821 + 1948683 commit cc7d214

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.11] - 2021-02-22
11+
1012
### Changed
1113

1214
- Prevent session from being built a temporary environment resulting in segfault ([#46](https://github.com/nbigaouette/onnxruntime-rs/pull/46))
13-
- Update onnxruntime to 1.6.0
15+
- Update onnxruntime to 1.6.0 ([#59](https://github.com/nbigaouette/onnxruntime-rs/pull/59))
1416

1517
### Added
1618

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Then on each platform build with the proper feature flag:
197197
Prepare the container:
198198

199199
```sh
200-
❯ docker run -it --rm --name rustbuilder -v "$PWD":/usr/src/myapp -w /usr/src/myapp rust:1.47.0 /bin/bash
200+
❯ docker run -it --rm --name rustbuilder -v "$PWD":/usr/src/myapp -w /usr/src/myapp rust:1.50.0 /bin/bash
201201
❯ apt-get update
202202
❯ apt-get install clang
203203
❯ rustup component add rustfmt

0 commit comments

Comments
 (0)