Skip to content

Commit b9f6f99

Browse files
committed
chore: bump version to 0.8.0
1 parent 827bd39 commit b9f6f99

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.7.2"
12+
version = "0.8.0"
1313
edition = "2021"
1414
license = "Apache-2.0"
1515
authors = ["zdk <di.warachet@gmail.com>"]
@@ -27,7 +27,7 @@ rusqlite = { version = "0.32", features = ["bundled"] }
2727
clap = { version = "4", features = ["derive"] }
2828

2929
# Internal crates (version required for crates.io publish)
30-
lowfat-core = { path = "crates/lowfat-core", version = "=0.7.2" }
31-
lowfat-compress = { path = "crates/lowfat-compress", version = "=0.7.2" }
32-
lowfat-plugin = { path = "crates/lowfat-plugin", version = "=0.7.2" }
33-
lowfat-runner = { path = "crates/lowfat-runner", version = "=0.7.2" }
30+
lowfat-core = { path = "crates/lowfat-core", version = "=0.8.0" }
31+
lowfat-compress = { path = "crates/lowfat-compress", version = "=0.8.0" }
32+
lowfat-plugin = { path = "crates/lowfat-plugin", version = "=0.8.0" }
33+
lowfat-runner = { path = "crates/lowfat-runner", version = "=0.8.0" }

0 commit comments

Comments
 (0)