chore(release): v0.9.8

This commit is contained in:
Ajeet D'Souza 2025-05-27 03:13:06 +05:30
parent b318a2a190
commit 859268aec8
3 changed files with 4 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## [0.9.8] - 2025-05-27
### Added
@ -536,6 +536,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GitHub Actions pipeline to build and upload releases.
- Add support for Zsh.
[0.9.8]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.7...v0.9.8
[0.9.7]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.6...v0.9.7
[0.9.6]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.5...v0.9.6
[0.9.5]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.4...v0.9.5

2
Cargo.lock generated
View file

@ -968,7 +968,7 @@ dependencies = [
[[package]]
name = "zoxide"
version = "0.9.7"
version = "0.9.8"
dependencies = [
"anyhow",
"askama",

View file

@ -10,7 +10,7 @@ name = "zoxide"
readme = "README.md"
repository = "https://github.com/ajeetdsouza/zoxide"
rust-version = "1.85.0"
version = "0.9.7"
version = "0.9.8"
[badges]
maintenance = { status = "actively-developed" }