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 Aug 10, 2021
1 parent 0d436c6 commit f576bc0
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 45 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.5.2] - 2021-08-11

### Added

- Users will no longer need to manually install nightly because a
Expand Down Expand Up @@ -106,7 +108,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/v0.4.0...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.5.2...HEAD
[0.5.2]: https://github.com/assert-rs/predicates-rs/compare/v0.4.0...hotg-rune-cli-v0.5.2
[0.4.0]: https://github.com/hotg-ai/rune/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/hotg-ai/rune/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/hotg-ai/rune/compare/86763cdbb0...v0.2.1
Expand Down
44 changes: 22 additions & 22 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 bindings/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-native"
version = "0.5.1"
version = "0.5.2"
edition = "2018"
publish = false
authors = ["The Rune Developers <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rune_py"
version = "0.5.1"
version = "0.5.2"
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-codegen"
version = "0.5.1"
version = "0.5.2"
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
description = "Code generation for compiling a Runefile to WebAssembly."
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.5.1"
version = "0.5.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.5.1"
version = "0.5.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.5.1"
version = "0.5.2"
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-syntax"
version = "0.5.1"
version = "0.5.2"
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
description = "Runefile parsing and analysis."
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.5.1"
version = "0.5.2"
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.0.0"
version = "0.0.1"
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
publish = false
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.5.1"
version = "0.5.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.5.1"
version = "0.5.2"
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-integration-tests"
version = "0.5.1"
version = "0.5.2"
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/audio_float_conversion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "audio_float_conversion"
version = "0.5.1"
version = "0.5.2"
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/fft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fft"
version = "0.5.1"
version = "0.5.2"
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/image-normalization/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "image-normalization"
version = "0.5.1"
version = "0.5.2"
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/label/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "label"
version = "0.5.1"
version = "0.5.2"
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/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.5.1"
version = "0.5.2"
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/modulo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modulo"
version = "0.5.1"
version = "0.5.2"
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/most_confident_indices/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "most_confident_indices"
version = "0.5.1"
version = "0.5.2"
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/noise-filtering/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noise-filtering"
version = "0.5.1"
version = "0.5.2"
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/normalize/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "normalize"
version = "0.5.1"
version = "0.5.2"
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/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.5.1"
version = "0.5.2"
edition = "2018"
authors = ["The Rune Developers <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit f576bc0

Please sign in to comment.