summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-04-20 22:01:46 +0100
committerEllie Huxtable <e@elm.sh>2021-04-20 22:01:46 +0100
commitead33664bddfa3d3eaa612dcf6d6fd046bd0a05f (patch)
treef141bcb0b5a2bfe59425dfeeece2050c2f199e92 /Cargo.toml
parent053ac5eacb4c0a7ea4140ab9791d33637a4f283d (diff)
Release 0.6.0
atuin@0.6.0 atuin-client@0.6.0 atuin-common@0.6.0 atuin-server@0.6.0 Generated by cargo-workspaces
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58758dae..0ee82caa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
@@ -10,9 +10,9 @@ description = "atuin - magical shell history"
members = ["./atuin-client", "./atuin-server", "./atuin-common"]
[dependencies]
-atuin-server = { path = "atuin-server", version = "0.5.0" }
-atuin-client = { path = "atuin-client", version = "0.5.0" }
-atuin-common = { path = "atuin-common", version = "0.5.0" }
+atuin-server = { path = "atuin-server", version = "0.6.0" }
+atuin-client = { path = "atuin-client", version = "0.6.0" }
+atuin-common = { path = "atuin-common", version = "0.6.0" }
log = "0.4"
fern = {version = "0.6.0", features = ["colored"] }