From 4ef6686fc4836e3fcf7ab2f414229602af5c79e6 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Mon, 28 Oct 2019 22:50:56 -0700 Subject: [PATCH] Release v0.4.0 :zap:|:tada: --- Cargo.toml | 2 +- ChangeLog.md | 13 +++++++++++++ tests/Cargo.lock | 10 +++++----- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3089374f..784c7989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pazi" -version = "0.3.0" +version = "0.4.0" description = "A fast autojump helper" authors = ["Euan Kemp "] homepage = "https://github.com/euank/pazi" diff --git a/ChangeLog.md b/ChangeLog.md index 22482941..266a1983 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,16 @@ +## v0.4.0 - 2019-10-28 + +This release adds the `--pipe` flag to `z`, which allows using programs like +[fzf](https://github.com/junegunn/fzf) with pazi. + +For more information, please see the +[docs](https://github.com/euank/pazi/blob/v0.4.0/docs/usage/pipe.md) for this +feature. + +#### Features + +* `z --pipe=` has been added! See the docs folder for usage information. + ## v0.3.0 - 2019-05-17 This release adds support for zsh autocompletion. diff --git a/tests/Cargo.lock b/tests/Cargo.lock index cbc322fc..2dae4d0b 100644 --- a/tests/Cargo.lock +++ b/tests/Cargo.lock @@ -294,7 +294,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pazi" -version = "0.3.0" +version = "0.4.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -309,7 +309,7 @@ dependencies = [ "snailquote 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "which 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -317,7 +317,7 @@ name = "pazi-internal" version = "0.1.0" dependencies = [ "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", - "pazi 0.3.0", + "pazi 0.4.0", "pty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -683,7 +683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "which" -version = "2.0.1" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -819,7 +819,7 @@ dependencies = [ "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" "checksum vte 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf" "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" -"checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164" +"checksum which 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "240a31163872f7e8e49f35b42b58485e35355b07eb009d9f3686733541339a69" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"