From c8b3e418a1d485da8d9bf522ce1f93facf9d60a7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 25 Jun 2024 12:35:12 +0100 Subject: chore(release): prepare for release v18.4.0-beta.1 (#2195) * chore(release): prepare for release v18.4.0-beta.1 * remove full release test --- crates/atuin-history/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/atuin-history') diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index d216b4f3..4836cf74 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -2,7 +2,7 @@ name = "atuin-history" description = "The history crate for Atuin" edition = "2021" -version = "0.2.0" +version = "0.3.0" authors.workspace = true rust-version.workspace = true @@ -14,8 +14,8 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-client = { path = "../atuin-client", version = "18.3.0" } -atuin-common = { path = "../atuin-common", version = "18.3.0" } +atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" } +atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" } log = { workspace = true } time = { workspace = true } -- cgit v1.3.1