Skip to content

Commit 68b1444

Browse files
committed
chore(release): align workspace version to 0.1.5
1 parent c5fcd82 commit 68b1444

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -14,17 +14,17 @@ members = [
1414
]
1515

1616
[workspace.package]
17-
version = "0.1.4"
17+
version = "0.1.5"
1818
edition = "2021"
1919
license = "MIT"
2020
authors = ["Evangelos Pappas <epappas@evalonlabs.com>"]
2121
repository = "https://github.com/epappas/llmtrace"
2222
homepage = "https://llmtrace.io"
2323

2424
[workspace.dependencies]
25-
llmtrace-core = { path = "crates/llmtrace-core", version = "0.1.4" }
26-
llmtrace-storage = { path = "crates/llmtrace-storage", version = "0.1.4" }
27-
llmtrace-security = { path = "crates/llmtrace-security", version = "0.1.4" }
25+
llmtrace-core = { path = "crates/llmtrace-core", version = "0.1.5" }
26+
llmtrace-storage = { path = "crates/llmtrace-storage", version = "0.1.5" }
27+
llmtrace-security = { path = "crates/llmtrace-security", version = "0.1.5" }
2828
tokio = { version = "1.0", features = ["full"] }
2929
serde = { version = "1.0", features = ["derive"] }
3030
serde_json = "1.0"
@@ -33,4 +33,4 @@ uuid = { version = "1.0", features = ["v4", "v5", "serde"] }
3333
chrono = { version = "0.4", features = ["serde"] }
3434
anyhow = "1.0"
3535
tracing = "0.1"
36-
async-trait = "0.1"
36+
async-trait = "0.1"

0 commit comments

Comments
 (0)