diff --git a/CHANGELOG.md b/CHANGELOG.md index 4302f5f..275fb8c 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.8.0] - 2021-12-25 ### Added @@ -350,6 +350,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.8.0]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.9...v0.8.0 [0.7.9]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.8...v0.7.9 [0.7.8]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.7...v0.7.8 [0.7.7]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.6...v0.7.7 diff --git a/Cargo.lock b/Cargo.lock index 3cf6382..c204f13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,7 +795,7 @@ dependencies = [ [[package]] name = "zoxide" -version = "0.7.9" +version = "0.8.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 82f6a54..b509a59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "zoxide" repository = "https://github.com/ajeetdsouza/zoxide" rust-version = "1.56" -version = "0.7.9" +version = "0.8.0" [badges] maintenance = { status = "actively-developed" }