Skip to content

Commit 560a018

Browse files
version: Version Bump πŸš€ 0.6.1-rc.1 (#358)
Version bumped from 0.6.0 to 0.6.1-rc.1. ### πŸ”„ Changes - πŸ“ Updated version in Cargo.toml - πŸ”’ Updated Cargo.lock ✨ This PR was automatically generated by the Version Management workflow ✨ ![version bump](https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExNjJmOXBxbGh2Z3BiYXM1NnJhMHdtbmNoaTFxN2xjOGZjZnd1ZGhuMiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3oEjI53nBYOOEQgDcY/giphy.gif) Co-authored-by: besaleli <besaleli@users.noreply.github.com>
1 parent 7d564d6 commit 560a018

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

β€ŽCargo.lockβ€Ž

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žencoderfile-py/Cargo.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "encoderfile-py"
33
description = "Python bindings for encoderfile"
44
repository = "https://github.com/mozilla-ai/encoderfile"
5-
version = "0.6.0"
5+
version = "0.6.1-rc.1"
66
edition = "2024"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -16,5 +16,5 @@ features = ["abi3"]
1616

1717
[dependencies.encoderfile]
1818
path = "../encoderfile"
19-
version = "0.6.0"
19+
version = "0.6.1-rc.1"
2020
default-features = false

β€Žencoderfile-runtime/Cargo.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "encoderfile-runtime"
3-
version = "0.6.0"
3+
version = "0.6.1-rc.1"
44
edition = "2024"
55
publish = false
66

77
[dependencies]
88

99
[dependencies.encoderfile]
1010
path = "../encoderfile"
11-
version = "0.6.0"
11+
version = "0.6.1-rc.1"
1212
features = ["transport"]
1313
default-features = false
1414

β€Žencoderfile/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ required-features = ["dev-utils"]
6363

6464
[package]
6565
name = "encoderfile"
66-
version = "0.6.0"
66+
version = "0.6.1-rc.1"
6767
edition = "2024"
6868
license = "Apache-2.0"
6969
readme = "../README.md"

0 commit comments

Comments
Β (0)