From 90c320c909d5149a7064a30452986f95bec5d126 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sun, 15 Aug 2021 17:35:03 +0530 Subject: [PATCH] Release v0.7.4 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a2d23..e8006fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.4] - 2020-08-15 + +### Fixed + +- Compile error with `clap v3.0.0-beta.4`. + ## [0.7.3] - 2020-08-05 ### Added @@ -264,6 +270,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - GitHub Actions pipeline to build and upload releases. - Support for zsh. +[0.7.4]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.3...v0.7.4 [0.7.3]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.2...v0.7.3 [0.7.2]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.0...v0.7.1 diff --git a/Cargo.lock b/Cargo.lock index 23a3c41..e417b60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,7 +709,7 @@ checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" [[package]] name = "zoxide" -version = "0.7.3" +version = "0.7.4" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index f5fe298..a971758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zoxide" -version = "0.7.3" +version = "0.7.4" authors = ["Ajeet D'Souza <98ajeet@gmail.com>"] edition = "2018" description = "A smarter cd command for your terminal"