From 0191eead521677e6f8ed61df791feea839e61e99 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Mon, 30 Mar 2020 07:13:18 +0530 Subject: [PATCH] Prepare v0.3.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3234a79..17cbfde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -425,7 +425,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "zoxide" -version = "0.2.2" +version = "0.3.0" dependencies = [ "anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0e635aa..84cd70d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zoxide" -version = "0.2.2" +version = "0.3.0" authors = ["Ajeet D'Souza <98ajeet@gmail.com>"] description = "A cd command that learns your habits" repository = "https://github.com/ajeetdsouza/zoxide/"