From a603fc5d9c6d09a3028b9568039334682908dff8 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sat, 4 Jul 2026 18:03:56 +0530 Subject: [PATCH] chore(release): v0.10.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9958fe4..a6c65df 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.10.0] - 2026-07-04 ### Added diff --git a/Cargo.lock b/Cargo.lock index b993b19..16edf6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1152,7 +1152,7 @@ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" [[package]] name = "zoxide" -version = "0.9.9" +version = "0.10.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 74be3ef..bfcf408 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.88.0" -version = "0.9.9" +version = "0.10.0" [badges] maintenance = { status = "actively-developed" }