aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2021-05-10 21:28:07 +0100
committerGitHub <noreply@github.com>2021-05-10 21:28:07 +0100
commitd3059af815130f102dd97cb1d1e5030920754105 (patch)
treed921c773b198dab5752ef6620e1038b12185a590 /Cargo.toml
parentIncrease number of optimizations on release builds. (#101) (diff)
downloadatuin-d3059af815130f102dd97cb1d1e5030920754105.zip
Release v0.7.0 (#103)
* Release v0.7.0 - Update all the crate versions - Update the demo gif - Write a changelog - Adjust the title of the search screen (has the old name still) - Adjust the colours of the quick-jump numbers (sadly invisible on some colour schemes as dark grey :/) * Update README, default config file, docs * Link usernames * Trigger release workflow upon release creation, as well as tags
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 ca3df5b4..999b7feb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin"
-version = "0.6.4"
+version = "0.7.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
@@ -29,9 +29,9 @@ atuin = { path = "/usr/bin/atuin" }
members = ["./atuin-client", "./atuin-server", "./atuin-common"]
[dependencies]
-atuin-server = { path = "atuin-server", version = "0.6.2" }
-atuin-client = { path = "atuin-client", version = "0.6.2" }
-atuin-common = { path = "atuin-common", version = "0.6.2" }
+atuin-server = { path = "atuin-server", version = "0.7.0" }
+atuin-client = { path = "atuin-client", version = "0.7.0" }
+atuin-common = { path = "atuin-common", version = "0.7.0" }
log = "0.4"
pretty_env_logger = "0.4"