summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml8
-rw-r--r--atuin-client/Cargo.toml4
-rw-r--r--atuin-common/Cargo.toml2
-rw-r--r--atuin-server/Cargo.toml4
5 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7d5868b3..2f290415 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,7 +82,7 @@ dependencies = [
[[package]]
name = "atuin"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"async-trait",
"atuin-client",
@@ -114,7 +114,7 @@ dependencies = [
[[package]]
name = "atuin-client"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"async-trait",
"atuin-common",
@@ -148,7 +148,7 @@ dependencies = [
[[package]]
name = "atuin-common"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"chrono",
"eyre",
@@ -164,7 +164,7 @@ dependencies = [
[[package]]
name = "atuin-server"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"async-trait",
"atuin-common",
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"] }
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index bd92ef39..9d639d18 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-client"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
@@ -9,7 +9,7 @@ description = "client library for 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.5.0" }
+atuin-common = { path = "../atuin-common", version = "0.6.0" }
log = "0.4"
fern = {version = "0.6.0", features = ["colored"] }
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml
index 6dc8859b..26580a74 100644
--- a/atuin-common/Cargo.toml
+++ b/atuin-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-common"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml
index c0ad433d..548a97ca 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "atuin-server"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
description = "server library for atuin"
[dependencies]
-atuin-common = { path = "../atuin-common", version = "0.5.0" }
+atuin-common = { path = "../atuin-common", version = "0.6.0" }
log = "0.4"
fern = {version = "0.6.0", features = ["colored"] }