chore(release): v0.10.0

This commit is contained in:
Ajeet D'Souza 2026-07-04 18:03:56 +05:30
parent cb991a72f9
commit a603fc5d9c
3 changed files with 3 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## [0.10.0] - 2026-07-04
### Added ### Added

2
Cargo.lock generated
View File

@ -1152,7 +1152,7 @@ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
[[package]] [[package]]
name = "zoxide" name = "zoxide"
version = "0.9.9" version = "0.10.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"askama", "askama",

View File

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