summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjeet D'Souza <98ajeet@gmail.com>2021-12-25 04:03:18 +0530
committerAjeet D'Souza <98ajeet@gmail.com>2021-12-25 04:07:14 +0530
commita0d544adfd2285cc1fd3128f9176049c6a080acc (patch)
tree7b9d0e5b15da3836126885085d15c8944957cdeb
parent89dbb1fda6298751692eb8dfde1efb548888779f (diff)
Release v0.8.0v0.8.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 3 deletions
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" }