summaryrefslogtreecommitdiffstats
path: root/atuin-client
diff options
context:
space:
mode:
authorEllie <ellie@elliehuxtable.com>2021-12-17 19:00:08 +0000
committerGitHub <noreply@github.com>2021-12-17 19:00:08 +0000
commit88b2651ba431bdc1a843f1cab03a082639765bd3 (patch)
tree368133bb8912942b5c8a9945f479056c77f7e331 /atuin-client
parent133971179eccb8a9846ad90dcf00f02d684c0bea (diff)
Release 0.8.0 (#245)v0.8.0
Diffstat (limited to 'atuin-client')
-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 ab0f24c9d..9ff216fe7 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-client"
-version = "0.7.2"
+version = "0.8.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
@@ -11,7 +11,7 @@ repository = "https://github.com/ellie/atuin"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-common = { path = "../atuin-common", version = "0.7.2" }
+atuin-common = { path = "../atuin-common", version = "0.8.0" }
log = "0.4"
fern = {version = "0.6.0", features = ["colored"] }