chore(release): prepare for release v18.4.0 (#2495)

This commit is contained in:
Ellie Huxtable
2024-12-27 15:54:38 +00:00
committed by GitHub
parent aa5c7e7d1a
commit dc7c26a640
12 changed files with 34 additions and 33 deletions

View File

@ -10,8 +10,8 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.5" }
atuin-common = { path = "../atuin-common", version = "18.4.0" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" }
eyre = { workspace = true }
tracing = "0.1"