From 07ce5a5959651dd3ac7af2e5b2c677a2b980a80a Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Thu, 21 Oct 2021 04:13:12 +0530 Subject: [PATCH] Release v0.7.8 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1b770..336b6d5 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.7] - 2021-10-21 ### Added diff --git a/Cargo.lock b/Cargo.lock index 27a7497..f7ec2e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -858,7 +858,7 @@ dependencies = [ [[package]] name = "zoxide" -version = "0.7.7" +version = "0.7.8" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 13b7e33..8deada6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zoxide" -version = "0.7.7" +version = "0.7.8" authors = ["Ajeet D'Souza <98ajeet@gmail.com>"] edition = "2018" description = "A smarter cd command for your terminal"