Skip to content

Commit 21520d9

Browse files
committed
chore(release): v0.9.0
1 parent 3ab0a7b commit 21520d9

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## Unreleased
10+
## [0.9.0] - 2023-01-08
1111

1212
### Added
1313

@@ -424,6 +424,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
424424
- GitHub Actions pipeline to build and upload releases.
425425
- Support for zsh.
426426

427+
[0.9.0]: https://github.com/ajeetdsouza/zoxide/compare/v0.8.3...v0.9.0
427428
[0.8.3]: https://github.com/ajeetdsouza/zoxide/compare/v0.8.2...v0.8.3
428429
[0.8.2]: https://github.com/ajeetdsouza/zoxide/compare/v0.8.1...v0.8.2
429430
[0.8.1]: https://github.com/ajeetdsouza/zoxide/compare/v0.8.0...v0.8.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "zoxide"
1010
readme = "README.md"
1111
repository = "https://github.com/ajeetdsouza/zoxide"
1212
rust-version = "1.65"
13-
version = "0.8.3"
13+
version = "0.9.0"
1414

1515
[badges]
1616
maintenance = { status = "actively-developed" }

man/man1/zoxide-remove.1

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ If you'd like to permanently exclude a directory from the database, see the
1010
.TP
1111
.B -h, --help
1212
Print help information.
13-
.TP
14-
.B -i, --interactive [KEYWORDS]
15-
Use interactive selection. This option requires \fBfzf\fR(1).
1613
.SH REPORTING BUGS
1714
For any issues, feature requests, or questions, please visit:
1815
.sp

0 commit comments

Comments
 (0)