From 6a38f17ead1b1abaebb57591b24629ee1ed5a725 Mon Sep 17 00:00:00 2001 From: Ellie Date: Wed, 8 Dec 2021 12:25:49 +0000 Subject: Release v0.7.2 (#222) * Release v0.7.2 * Update CHANGELOG.md --- atuin-server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atuin-server') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 579321dd..34feccc5 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-server" -version = "0.7.1" +version = "0.7.2" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" @@ -9,7 +9,7 @@ homepage = "https://atuin.sh" repository = "https://github.com/ellie/atuin" [dependencies] -atuin-common = { path = "../atuin-common", version = "0.7.1" } +atuin-common = { path = "../atuin-common", version = "0.7.2" } log = "0.4" fern = {version = "0.6.0", features = ["colored"] } -- cgit v1.3.1