Skip to content

Commit 7f329ff

Browse files
version: Version Bump πŸš€ 0.7.0 (#419)
Version bumped from 0.7.0-rc.1 to 0.7.0. ### πŸ”„ 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 f650d41 commit 7f329ff

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

β€ŽCargo.lockβ€Ž

Lines changed: 3 additions & 3 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.7.0-rc.1"
5+
version = "0.7.0"
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.7.0-rc.1"
19+
version = "0.7.0"
2020
default-features = false

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

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

@@ -15,7 +15,7 @@ dev-utils = []
1515

1616
[dependencies.encoderfile]
1717
path = "../encoderfile"
18-
version = "0.7.0-rc.1"
18+
version = "0.7.0"
1919
features = ["transport"]
2020
default-features = false
2121

β€Ž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.7.0-rc.1"
66+
version = "0.7.0"
6767
edition = "2024"
6868
license = "Apache-2.0"
6969
readme = "../README.md"

0 commit comments

Comments
Β (0)