From 4286f65b010ffe2b8f89455993c75717bd487f64 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 10 May 2021 22:31:41 +0100 Subject: Release v0.7.1 (#108) --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- atuin-client/Cargo.toml | 4 ++-- atuin-common/Cargo.toml | 2 +- atuin-server/Cargo.toml | 4 ++-- 6 files changed, 31 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761243e4..140369c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project (mostly) adheres to [Semantic Versioning](https://semver.org/sp ## [Unreleased] +## [0.7.1] - 2021-05-10 + +Very minor patch release + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +- Fix the atuin-common build (#107) + +### Security + ## [0.7.0] - 2021-05-10 Thank you so much to everyone that started contributing to Atuin for this release! diff --git a/Cargo.lock b/Cargo.lock index d42c01df..b5ccd345 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "atuin" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-trait", "atuin-client", @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-trait", "atuin-common", @@ -142,7 +142,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "0.7.0" +version = "0.7.1" dependencies = [ "chrono", "eyre", @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-trait", "atuin-common", diff --git a/Cargo.toml b/Cargo.toml index 999b7feb..f79c0e52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin" -version = "0.7.0" +version = "0.7.1" authors = ["Ellie Huxtable "] 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.7.0" } -atuin-client = { path = "atuin-client", version = "0.7.0" } -atuin-common = { path = "atuin-common", version = "0.7.0" } +atuin-server = { path = "atuin-server", version = "0.7.1" } +atuin-client = { path = "atuin-client", version = "0.7.1" } +atuin-common = { path = "atuin-common", version = "0.7.1" } log = "0.4" pretty_env_logger = "0.4" diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 52d0d2fc..8c119c69 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-client" -version = "0.7.0" +version = "0.7.1" authors = ["Ellie Huxtable "] 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.0" } +atuin-common = { path = "../atuin-common", version = "0.7.1" } log = "0.4" fern = {version = "0.6.0", features = ["colored"] } diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index a30bb50c..cf641c45 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-common" -version = "0.7.0" +version = "0.7.1" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index c615a0e4..5f13f087 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-server" -version = "0.7.0" +version = "0.7.1" 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.0" } +atuin-common = { path = "../atuin-common", version = "0.7.1" } log = "0.4" fern = {version = "0.6.0", features = ["colored"] } -- cgit v1.2.3