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"