Release v0.7.8

This commit is contained in:
Ajeet D'Souza 2021-10-21 04:13:12 +05:30
parent 7ec9ad6a27
commit 07ce5a5959
3 changed files with 3 additions and 3 deletions

View File

@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## [0.7.7] - 2021-10-21
### Added ### Added

2
Cargo.lock generated
View File

@ -858,7 +858,7 @@ dependencies = [
[[package]] [[package]]
name = "zoxide" name = "zoxide"
version = "0.7.7" version = "0.7.8"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"askama", "askama",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "zoxide" name = "zoxide"
version = "0.7.7" version = "0.7.8"
authors = ["Ajeet D'Souza <98ajeet@gmail.com>"] authors = ["Ajeet D'Souza <98ajeet@gmail.com>"]
edition = "2018" edition = "2018"
description = "A smarter cd command for your terminal" description = "A smarter cd command for your terminal"