Skip to content

Commit

Permalink
(cargo-release) version {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Jan 24, 2022
1 parent 223339f commit 5addd80
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.11.2] - 2022-01-24

### Changed

- Increased the number of tensors that can be passed to/from a model
Expand Down Expand Up @@ -300,6 +302,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/{{tag_name}}...HEAD
[0.11.2]: https://github.com/assert-rs/predicates-rs/compare/{{tag_name}}...{{tag_name}}
[0.11.0]: https://github.com/assert-rs/predicates-rs/compare/{{tag_name}}...{{tag_name}}
[0.10.0]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.9.3...{{tag_name}}
[0.9.3]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.9.2...hotg-rune-cli-v0.9.3
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-compiler"
version = "0.11.0"
version = "0.11.2"
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
description = "Runefile parsing and analysis."
Expand Down
2 changes: 1 addition & 1 deletion crates/proc-block-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-proc-block-macros"
version = "0.11.0"
version = "0.11.2"
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/proc-blocks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-proc-blocks"
version = "0.11.0"
version = "0.11.2"
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/rune-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-cli"
version = "0.11.0"
version = "0.11.2"
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
description = "A self-sufficient runtime for TinyML Containers."
Expand Down
2 changes: 1 addition & 1 deletion crates/rune-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-core"
version = "0.11.1"
version = "0.11.2"
description = "Core abstractions and types used across the Rune platform."
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-runtime"
version = "0.11.0"
version = "0.11.2"
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion images/runicos-base/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-runicos-base-runtime"
version = "0.11.0"
version = "0.11.2"
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion images/runicos-base/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-runicos-base-wasm"
version = "0.11.1"
version = "0.11.2"
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5addd80

Please sign in to comment.