From 6a38f17ead1b1abaebb57591b24629ee1ed5a725 Mon Sep 17 00:00:00 2001 From: Ellie Date: Wed, 8 Dec 2021 12:25:49 +0000 Subject: [PATCH] Release v0.7.2 (#222) * Release v0.7.2 * Update CHANGELOG.md --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++--- Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- atuin-client/Cargo.toml | 4 ++-- atuin-common/Cargo.toml | 2 +- atuin-server/Cargo.toml | 4 ++-- 6 files changed, 44 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140369c4..2fc4b9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,39 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project (mostly) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## [Unreleased] +## [0.7.2] - 2021-12-08 + +6e8ec868 chore: improve build times (#213) +f2c1922e Bump itertools from 0.10.0 to 0.10.1 (#146) +e2c06052 Bump rmp-serde from 0.15.4 to 0.15.5 (#149) +d579b55d Bump rand from 0.8.3 to 0.8.4 (#152) +f539f60a chore: add more eyre contexts (#200) +2e59d6a5 Bump reqwest from 0.11.3 to 0.11.6 (#192) +e89de3f7 chore: supply pre-build docker image (#199) +07c06825 Bump tokio from 1.6.1 to 1.14.0 (#205) +46a1dab1 fix: dockerfile with correct glibc (#198) +8f91b141 chore: some new linting (#201) +27d3d81a feat: allow input of credentials from stdin (#185) +446ffb88 Resolve clippy warnings (#187) +2024884f Reordered fuzzy search (#179) +1babb41e Update README.md +0b9dc669 Add fuzzy text search mode (#142) +f0130571 Bump indicatif from 0.16.0 to 0.16.2 (#140) +cc7ce093 Bump sqlx from 0.5.2 to 0.5.5 (#139) +f8c80429 Bump tokio from 1.6.0 to 1.6.1 (#141) +802a2258 Bump tokio from 1.5.0 to 1.6.0 (#132) +4d52c5e8 Bump urlencoding from 1.3.1 to 1.3.3 (#133) +87c9f61e Bump serde from 1.0.125 to 1.0.126 (#124) +9303f482 Bump urlencoding from 1.1.1 to 1.3.1 (#125) +cb7d656c instructions to install without tap (#127) +f55d5cf0 Ignore commands beginning with a space, resolve #114 (#123) +a127408e run shellcheck (#97) +f041d7fe Adding plugin for zsh (#117) +fd90bd34 Fix doc links in sync.md (#115) +477c6852 Elementary Linux add as supported (#113) + ## [0.7.1] - 2021-05-10 Very minor patch release diff --git a/Cargo.lock b/Cargo.lock index 94ca3e13..f7bdfa34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "atuin" -version = "0.7.1" +version = "0.7.2" dependencies = [ "async-trait", "atuin-client", @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "0.7.1" +version = "0.7.2" dependencies = [ "async-trait", "atuin-common", @@ -159,7 +159,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "0.7.1" +version = "0.7.2" dependencies = [ "chrono", "eyre", @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "0.7.1" +version = "0.7.2" dependencies = [ "async-trait", "atuin-common", diff --git a/Cargo.toml b/Cargo.toml index 259a3308..22f2b048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin" -version = "0.7.1" +version = "0.7.2" 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.1" } -atuin-client = { path = "atuin-client", version = "0.7.1" } -atuin-common = { path = "atuin-common", version = "0.7.1" } +atuin-server = { path = "atuin-server", version = "0.7.2" } +atuin-client = { path = "atuin-client", version = "0.7.2" } +atuin-common = { path = "atuin-common", version = "0.7.2" } log = "0.4" pretty_env_logger = "0.4" diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index e0e50ac1..fec64e83 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-client" -version = "0.7.1" +version = "0.7.2" 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.1" } +atuin-common = { path = "../atuin-common", version = "0.7.2" } log = "0.4" fern = {version = "0.6.0", features = ["colored"] } diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 0970a2ba..b2db9fab 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-common" -version = "0.7.1" +version = "0.7.2" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" 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"] }