From 9be49e434e549d6b13928b530139b66fef6171f1 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 10 Jun 2024 14:42:32 +0100 Subject: chore(release): prepare for release v18.3.0 (#2105) * chore(release): prepare for release v18.3.0 * build full release * Revert "build full release" This reverts commit 65e7718b51927ca6cb03a411cce781b81cb64eaa. --- 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 7863b220..4437da94 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "atuin-history" edition = "2021" -version = "0.1.0" +version = "0.2.0" authors.workspace = true rust-version.workspace = true @@ -13,8 +13,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-prerelease.1" } -atuin-common = { path = "../atuin-common", version = "18.3.0-prerelease.1" } +atuin-client = { path = "../atuin-client", version = "18.3.0" } +atuin-common = { path = "../atuin-common", version = "18.3.0" } log = { workspace = true } time = { workspace = true } -- cgit v1.3.1