Skip to content

Commit

Permalink
Release v0.2.0 ⚡⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
euank committed Nov 13, 2018
1 parent c961dcb commit 20a053a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 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.1.0"
version = "0.2.0"
description = "A fast autojump helper"
authors = ["Euan Kemp <[email protected]>"]
homepage = "https://github.com/euank/pazi"
Expand Down
18 changes: 18 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.2.0 - 2018-11-13

This release adds support for the [fish shell](https://fishshell.com/)!

### Features

* `pazi init fish` has been added! See the readme for how to use it.
* pazi is now builds on (and is tested on) macOS. Pre-built release binaries will come in a future release.

### Changes

* [`jump`](https://github.com/gsamokovarov/jump) is now included in the benchmark code, though new results have not been added to the docs yet.
* Various dependencies have been updated.

### Bug Fixes

* `PROMPT_COMMAND` under `bash` is now correctly updated ([#84](https://github.com/euank/pazi/pull/84)).

## v0.1.0 - 2018-08-06

This release introduces the new subcommand `pazi edit` in addition to fixing a number of bugs.
Expand Down
4 changes: 2 additions & 2 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 20a053a

Please sign in to comment.