Skip to content

Commit a9a23e5

Browse files
committed
chore: release v0.0.2
1 parent 871ca79 commit a9a23e5

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ edition = "2024"
3131
license = "Apache-2.0"
3232
readme = "README.md"
3333
repository = "https://github.com/scopedb/percas/"
34-
version = "0.0.1"
34+
version = "0.0.2"
3535

3636
[workspace.dependencies]
3737
# Workspace members
38-
percas = { version = "0.0.1", path = "cmd/percas" }
39-
percas-client = { version = "0.0.1", path = "api/client" }
40-
percas-core = { version = "0.0.1", path = "crates/core" }
41-
percas-metrics = { version = "0.0.1", path = "crates/metrics" }
42-
percas-server = { version = "0.0.1", path = "crates/server" }
43-
percas-styled = { version = "0.0.1", path = "crates/styled" }
44-
percas-version = { version = "0.0.1", path = "crates/version" }
45-
tests-toolkit = { version = "0.0.1", path = "tests/toolkit" }
38+
percas = { version = "0.0.2", path = "cmd/percas" }
39+
percas-client = { version = "0.0.2", path = "api/client" }
40+
percas-core = { version = "0.0.2", path = "crates/core" }
41+
percas-metrics = { version = "0.0.2", path = "crates/metrics" }
42+
percas-server = { version = "0.0.2", path = "crates/server" }
43+
percas-styled = { version = "0.0.2", path = "crates/styled" }
44+
percas-version = { version = "0.0.2", path = "crates/version" }
45+
tests-toolkit = { version = "0.0.2", path = "tests/toolkit" }
4646

4747
# Crates.io dependencies
4848
anstyle = { version = "1.0.10" }

0 commit comments

Comments
 (0)