From 0e7f9b29d25185e218de642c690d82ce4c4672f3 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 16 Jul 2024 15:19:33 +0100 Subject: chore(release): prepare for release v18.4.0-beta.2 (#2287) * feat(gui): add runbook list, ability to create and delete, sql storage (#2282) * wip * saving works :)) * functioning delete button * persist selection properly * update contributors * update changelog --- crates/atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-client') diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 7e050f65..1fa1dea2 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -19,7 +19,7 @@ daemon = [] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" } log = { workspace = true } base64 = { workspace = true } -- cgit v1.3.1