summaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-04-01 18:17:38 +0100
committerGitHub <noreply@github.com>2023-04-01 18:17:38 +0100
commit4e4fdb9f8e23299c841313639da5f037dd437cd5 (patch)
treecb2c0880df14985c9edd45d8d7f0574ce1fd4726 /atuin-client/Cargo.toml
parenta515b06bcb556c1be2d0fc3095cd778d413fe40d (diff)
Release Atuin v14 (#836)v14.0.0
* Bump versions * Write release notes * add link
Diffstat (limited to 'atuin-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 <ellie@elliehuxtable.com>"]
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"] }