From 21520d9bbf8c97771f6496d77a916faf17eb2132 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sun, 8 Jan 2023 04:35:54 +0530 Subject: [PATCH] chore(release): v0.9.0 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- man/man1/zoxide-remove.1 | 3 --- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae496c3..83d9701 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.9.0] - 2023-01-08 ### Added @@ -424,6 +424,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.9.0]: https://github.com/ajeetdsouza/zoxide/compare/v0.8.3...v0.9.0 [0.8.3]: https://github.com/ajeetdsouza/zoxide/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/ajeetdsouza/zoxide/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/ajeetdsouza/zoxide/compare/v0.8.0...v0.8.1 diff --git a/Cargo.lock b/Cargo.lock index 8df0463..eecacd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,7 +934,7 @@ dependencies = [ [[package]] name = "zoxide" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index c6834f4..814f455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "zoxide" readme = "README.md" repository = "https://github.com/ajeetdsouza/zoxide" rust-version = "1.65" -version = "0.8.3" +version = "0.9.0" [badges] maintenance = { status = "actively-developed" } diff --git a/man/man1/zoxide-remove.1 b/man/man1/zoxide-remove.1 index 9f0d5da..e174a6f 100644 --- a/man/man1/zoxide-remove.1 +++ b/man/man1/zoxide-remove.1 @@ -10,9 +10,6 @@ If you'd like to permanently exclude a directory from the database, see the .TP .B -h, --help Print help information. -.TP -.B -i, --interactive [KEYWORDS] -Use interactive selection. This option requires \fBfzf\fR(1). .SH REPORTING BUGS For any issues, feature requests, or questions, please visit: .sp