Skip to content

Commit 4336b42

Browse files
committed
chore(release): 0.3.3 (refreshed README / Support section)
1 parent 7401f85 commit 4336b42

2 files changed

Lines changed: 6 additions & 6 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.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/cli", "crates/core", "crates/ffmpeg"]
44

55
[workspace.package]
6-
version = "0.3.2"
6+
version = "0.3.3"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/deeplabua/deepshrink"
@@ -20,8 +20,8 @@ indicatif = "0.17"
2020
owo-colors = { version = "4", features = ["supports-colors"] }
2121

2222
# Internal workspace crates (version enables publishing to crates.io).
23-
deepshrink-core = { path = "crates/core", version = "0.3.2" }
24-
deepshrink-ffmpeg = { path = "crates/ffmpeg", version = "0.3.2" }
23+
deepshrink-core = { path = "crates/core", version = "0.3.3" }
24+
deepshrink-ffmpeg = { path = "crates/ffmpeg", version = "0.3.3" }
2525

2626
[profile.release]
2727
lto = "thin"

0 commit comments

Comments
 (0)