Skip to content

Commit

Permalink
Release v0.4.0 ⚡|🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
euank committed Oct 29, 2019
1 parent afe356f commit 4ef6686
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pazi"
version = "0.3.0"
version = "0.4.0"
description = "A fast autojump helper"
authors = ["Euan Kemp <[email protected]>"]
homepage = "https://github.com/euank/pazi"
Expand Down
13 changes: 13 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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=<pipe program>` has been added! See the docs folder for usage information.

## v0.3.0 - 2019-05-17

This release adds support for zsh autocompletion.
Expand Down
10 changes: 5 additions & 5 deletions tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ef6686

Please sign in to comment.