chore(release): prepare for release v18.0.1 (#1706)

This commit is contained in:
Ellie Huxtable
2024-02-12 08:38:23 +00:00
committed by GitHub
parent f96cb6903d
commit 1464cb657a
8 changed files with 24 additions and 17 deletions

View File

@ -10,8 +10,8 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.0.0" }
atuin-server-database = { path = "../atuin-server-database", version = "18.0.0" }
atuin-common = { path = "../atuin-common", version = "18.0.1" }
atuin-server-database = { path = "../atuin-server-database", version = "18.0.1" }
tracing = "0.1"
time = { workspace = true }