From c872b9670369dd9e2227b34503b6d264593e1437 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Wed, 13 Oct 2021 15:40:57 +0530 Subject: [PATCH] Release v0.7.6 --- CHANGELOG.md | 3 ++- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 598a2c21..6f11170a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ 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). -## Unreleased +## [0.7.6] - 2020-10-13 ### Changed @@ -300,6 +300,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.6]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.5...v0.7.6 [0.7.5]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.4...v0.7.5 [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 diff --git a/Cargo.lock b/Cargo.lock index a9f3a1cb..2cfcc25a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d" +checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70" dependencies = [ "unicode-xid", ] @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "zoxide" -version = "0.7.5" +version = "0.7.6" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 08b2d477..0ee9c465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zoxide" -version = "0.7.5" +version = "0.7.6" authors = ["Ajeet D'Souza <98ajeet@gmail.com>"] edition = "2018" description = "A smarter cd command for your terminal"