Skip to content

Commit 11a68da

Browse files
version: Version Bump πŸš€ 0.4.2 (#267)
Version bumped from 0.4.1 to 0.4.2. ### πŸ”„ 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 bc4eeff commit 11a68da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

β€ŽCargo.lockβ€Ž

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

β€Ž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.4.1"
3+
version = "0.4.2"
44
edition = "2024"
55
publish = false
66

77
[dependencies]
88

99
[dependencies.encoderfile]
1010
path = "../encoderfile"
11-
version = "0.4.1"
11+
version = "0.4.2"
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
@@ -58,7 +58,7 @@ required-features = ["dev-utils"]
5858

5959
[package]
6060
name = "encoderfile"
61-
version = "0.4.1"
61+
version = "0.4.2"
6262
edition = "2024"
6363
license = "Apache-2.0"
6464
readme = "../README.md"

0 commit comments

Comments
Β (0)