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 Oct 11, 2021
1 parent 945800f commit 75a0886
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 21 deletions.
5 changes: 4 additions & 1 deletion 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.9.2] - 2021-10-11

## [0.9.1] - 2021-10-11

## [0.9.0] - 2021-10-10
Expand Down Expand Up @@ -227,7 +229,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.1] - 2021-03-21

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.9.1...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.9.2...HEAD
[0.9.2]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.9.1...hotg-rune-cli-v0.9.2
[0.9.1]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.9.0...hotg-rune-cli-v0.9.1
[0.9.0]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.8.0...hotg-rune-cli-v0.9.0
[0.8.0]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.7.0...hotg-rune-cli-v0.8.0
Expand Down
20 changes: 10 additions & 10 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.9.1"
version = "0.9.2"
authors = ["The Rune Developers <developers@hotg.ai>"]
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.9.1"
version = "0.9.2"
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
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.9.1"
version = "0.9.2"
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
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.9.1"
version = "0.9.2"
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
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.9.1"
version = "0.9.2"
description = "Core abstractions and types used across the Rune platform."
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
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.9.1"
version = "0.9.2"
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm3-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-wasm3-runtime"
version = "0.9.1"
version = "0.9.2"
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmer-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-wasmer-runtime"
version = "0.9.1"
version = "0.9.2"
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
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.9.1"
version = "0.9.2"
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
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.9.1"
version = "0.9.2"
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 75a0886

Please sign in to comment.