From 0d5332a87facabb7227458586002226fafa11acb Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 7 Aug 2023 11:18:39 +0100 Subject: Prepare release v16.0.0 (#1143) * Prepare release v16.0.0 * Remove debug output * Fix kv dupes if the store already exists * Add limit in frontend as well as sync backend --- atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client/Cargo.toml') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index ca620677..42513d3e 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -23,7 +23,7 @@ sync = [ ] [dependencies] -atuin-common = { path = "../atuin-common", version = "15.0.0" } +atuin-common = { path = "../atuin-common", version = "16.0.0" } log = { workspace = true } base64 = { workspace = true } -- cgit v1.3.1