From 4e4fdb9f8e23299c841313639da5f037dd437cd5 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 1 Apr 2023 18:17:38 +0100 Subject: Release Atuin v14 (#836) * Bump versions * Write release notes * add link --- atuin-client/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atuin-client/Cargo.toml') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 1fc5baf1..1eda2c29 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-client" -version = "13.0.1" +version = "14.0.0" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" @@ -23,7 +23,7 @@ sync = [ ] [dependencies] -atuin-common = { path = "../atuin-common", version = "13.0.1" } +atuin-common = { path = "../atuin-common", version = "14.0.0" } log = "0.4" chrono = { version = "0.4", features = ["serde"] } -- cgit v1.2.3