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 db88112 commit fd66140
Show file tree
Hide file tree
Showing 23 changed files with 73 additions and 70 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.0] - 2021-08-10

## [0.4.1] - 2021-08-10

### Added
Expand Down Expand Up @@ -108,7 +110,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/{{tag_name}}...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.5.0...HEAD
[0.5.0]: https://github.com/assert-rs/predicates-rs/compare/{{tag_name}}...hotg-rune-cli-v0.5.0
[0.4.1]: https://github.com/assert-rs/predicates-rs/compare/hotg-rune-cli-v0.4.0...{{tag_name}}
[0.4.0]: https://github.com/hotg-ai/rune/compare/v0.3.0...hotg-rune-cli-v0.4.0
[0.3.0]: https://github.com/hotg-ai/rune/compare/v0.2.1...v0.3.0
Expand Down
40 changes: 20 additions & 20 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions 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.4.1"
version = "0.5.0"
edition = "2018"
publish = false
authors = ["The Rune Developers <developers@hotg.ai>"]
Expand All @@ -17,9 +17,9 @@ build-info = "0.0.23"
log = "0.4.14"
paste = "1.0.5"
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-runtime = { path = "../../crates/runtime", version = "0.4.1-dev" }
hotg-rune-wasmer-runtime = { path = "../../crates/wasmer-runtime", version = "0.4.1-dev" , optional = true }
hotg-runicos-base-runtime = { path = "../../images/runicos-base/runtime", version = "0.4.1-dev" , default-features = false }
hotg-rune-runtime = { path = "../../crates/runtime", version = "^0.5.0"}
hotg-rune-wasmer-runtime = { path = "../../crates/wasmer-runtime", version = "^0.5.0", optional = true }
hotg-runicos-base-runtime = { path = "../../images/runicos-base/runtime", version = "^0.5.0", default-features = false }
safer-ffi = { version = "0.0.6", features = ["proc_macros"] }

[build-dependencies]
Expand Down
12 changes: 6 additions & 6 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rune_py"
version = "0.4.1"
version = "0.5.0"
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
publish = false
Expand All @@ -13,14 +13,14 @@ doctest = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fft = { path = "../../proc-blocks/fft", version = "0.4.1-dev" }
image-normalization = { path = "../../proc-blocks/image-normalization", version = "0.4.1-dev" }
noise-filtering = { path = "../../proc-blocks/noise-filtering", version = "0.4.1-dev" }
normalize = { path = "../../proc-blocks/normalize", version = "0.4.1-dev" }
fft = { path = "../../proc-blocks/fft", version = "^0.5.0"}
image-normalization = { path = "../../proc-blocks/image-normalization", version = "^0.5.0"}
noise-filtering = { path = "../../proc-blocks/noise-filtering", version = "^0.5.0"}
normalize = { path = "../../proc-blocks/normalize", version = "^0.5.0"}
numpy = "0.13.1"
paste = "1.0.5"
pyo3 = { version = "0.13.2", features = ["extension-module", "abi3", "abi3-py36"] }
hotg-rune-proc-blocks = { path = "../../proc-blocks/proc-blocks", version = "0.4.1-dev" }
hotg-rune-proc-blocks = { path = "../../proc-blocks/proc-blocks", version = "^0.5.0"}
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}

[[test]]
Expand Down
4 changes: 2 additions & 2 deletions 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.4.1"
version = "0.5.0"
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
description = "Code generation for compiling a Runefile to WebAssembly."
Expand All @@ -22,7 +22,7 @@ log = "0.4.14"
proc-macro2 = "1.0.27"
quote = "1.0"
hotg-rune-core = { path = "../rune-core", version = "^0.5.1-dev"}
hotg-rune-syntax = { path = "../syntax", version = "0.4.1-dev" }
hotg-rune-syntax = { path = "../syntax", version = "^0.5.0"}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5.8"
Expand Down
12 changes: 6 additions & 6 deletions 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.4.1"
version = "0.5.0"
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
description = "A self-sufficient runtime for TinyML Containers."
Expand All @@ -26,12 +26,12 @@ log = { version = "0.4.11" }
once_cell = "1.7.0"
petgraph = "0.5.1"
rand = "0.8.3"
hotg-rune-codegen = { path = "../codegen", version = "0.4.1-dev" }
hotg-rune-runtime = { path = "../runtime", version = "0.4.1-dev" }
hotg-rune-syntax = { path = "../syntax", version = "0.4.1-dev" }
hotg-rune-wasmer-runtime = { path = "../wasmer-runtime", version = "0.4.1-dev" }
hotg-rune-codegen = { path = "../codegen", version = "^0.5.0"}
hotg-rune-runtime = { path = "../runtime", version = "^0.5.0"}
hotg-rune-syntax = { path = "../syntax", version = "^0.5.0"}
hotg-rune-wasmer-runtime = { path = "../wasmer-runtime", version = "^0.5.0"}
hotg-rune-core = { path = "../rune-core", version = "^0.5.1-dev"}
hotg-runicos-base-runtime = { path = "../../images/runicos-base/runtime", version = "0.4.1-dev", features = ["tflite"] }
hotg-runicos-base-runtime = { path = "../../images/runicos-base/runtime", version = "^0.5.0", features = ["tflite"] }
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.64"
structopt = "0.3.21"
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.4.1"
version = "0.5.0"
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
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.4.1"
version = "0.5.0"
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
description = "Runefile parsing and analysis."
Expand Down
4 changes: 2 additions & 2 deletions 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.4.1"
version = "0.5.0"
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -16,7 +16,7 @@ readme = "README.md"
[dependencies]
anyhow = "1.0.40"
log = "0.4.14"
hotg-rune-runtime = { path = "../runtime", version = "0.4.1-dev" }
hotg-rune-runtime = { path = "../runtime", version = "^0.5.0"}
hotg-rune-core = { path = "../rune-core", version = "^0.5.1-dev"}
wasmer = "2.0"
wasmer-types = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ devx-pre-commit = "0.3.1"
env_logger = "0.8.3"
globset = "0.4.6"
log = "0.4.14"
hotg-rune-syntax = { path = "../syntax", version = "0.4.1-dev" }
hotg-rune-syntax = { path = "../syntax", version = "^0.5.0"}
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
structopt = "0.3.21"
Expand Down
6 changes: 3 additions & 3 deletions 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.4.1"
version = "0.5.0"
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
license = "MIT OR Apache-2.0"
Expand All @@ -16,14 +16,14 @@ readme = "README.md"
[dependencies]
anyhow = "1.0.40"
log = "0.4.14"
hotg-rune-runtime = { path = "../../../crates/runtime", version = "0.4.1-dev", features = ["builtins"] }
hotg-rune-runtime = { path = "../../../crates/runtime", version = "^0.5.0", features = ["builtins"] }
hotg-rune-core = { path = "../../../crates/rune-core", version = "^0.5.1-dev", features = ["std"] }
serde_json = { version = "1" }
# Note: This doesn't cross-compile due to https://github.com/boncheolgu/tflite-rs/issues/49
tflite = { version = "0.9.5", optional = true }
wasmer = "2.0.0"
wasmer-vm = "2.0.0"
hotg-rune-wasmer-runtime = { path = "../../../crates/wasmer-runtime", version = "0.4.1-dev" }
hotg-rune-wasmer-runtime = { path = "../../../crates/wasmer-runtime", version = "^0.5.0"}
rand = "0.8.4"

[features]
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.4.1"
version = "0.5.0"
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
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.4.1"
version = "0.5.0"
edition = "2018"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions proc-blocks/audio_float_conversion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "audio_float_conversion"
version = "0.4.1"
version = "0.5.0"
edition = "2018"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "0.4.1-dev"}
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "^0.5.0"}

[dev-dependencies]
pretty_assertions = "0.7.2"
Loading

0 comments on commit fd66140

Please sign in to comment.