From 1b4eb4901d256637c75849f0e4f82e476934b922 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Thu, 16 Apr 2026 14:31:20 -0700 Subject: chore(release): prepare for release 18.15.2 (#3421) ## 18.15.2 ### Bug Fixes - Tab doesn't insert suggested command ([#3420](https://github.com/atuinsh/atuin/issues/3420)) --- crates/atuin-server-postgres/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/atuin-server-postgres/Cargo.toml') diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index b1dc7ac5..01808239 100644 --- a/crates/atuin-server-postgres/Cargo.toml +++ b/crates/atuin-server-postgres/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.15.1" } -atuin-server-database = { path = "../atuin-server-database", version = "18.15.1" } +atuin-common = { path = "../atuin-common", version = "18.15.2" } +atuin-server-database = { path = "../atuin-server-database", version = "18.15.2" } eyre = { workspace = true } tracing = { workspace = true } -- cgit v1.3.1