From 37e257105ab801b49fd07a927d707a36a2e771a1 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 21 Oct 2025 14:37:49 -0700 Subject: chore(release): prepare for release 18.10.0 (#2962) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- crates/atuin-server-sqlite/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/atuin-server-sqlite/Cargo.toml') diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml index a0d435bf..5d22b6db 100644 --- a/crates/atuin-server-sqlite/Cargo.toml +++ b/crates/atuin-server-sqlite/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.9.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.9.0" } +atuin-common = { path = "../atuin-common", version = "18.10.0" } +atuin-server-database = { path = "../atuin-server-database", version = "18.10.0" } eyre = { workspace = true } tracing = { workspace = true } -- cgit v1.3.1