Skip to content

Commit

Permalink
Release v0.0.2 ⚡⚡
Browse files Browse the repository at this point in the history
This also restyles the changelog a little.
  • Loading branch information
euank committed Jan 6, 2018
1 parent c906d8e commit 1f95fb4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

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.0.1"
version = "0.0.2"
description = "A fast autojump helper"
authors = ["Euan Kemp <[email protected]>"]
homepage = "https://github.com/euank/pazi"
Expand Down
13 changes: 12 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
## v0.0.2 - 2018-01-05

This is a bug-fix release of pazi. This fixes a major issue when using pazi
under bash with an existing, suitably complex, `PROMPT_COMMAND` set.

#### Changes
* Default `z` output now has a fixed-width rank value (for better alignment)

#### Bug Fixes
* Fix bug where `pazi init bash` could conflict with an existing `PROMPT_COMMAND` ([#41](https://github.com/euank/pazi/issues/41))

## v0.0.1 - 2017-12-22

This is the initial release of pazi! This v0.0.1 release indicates that pazi's
generally usable, although its featureset is sparse.

Please file issues for any features you think it should have or any issues you run into.

Features:
#### Features
* The `z` alias supports jumping between directories in `zsh` and `bash`
* `pazi import` can import directories from `fasd`
* `z -i` displays an interactive prompt
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 1f95fb4

Please sign in to comment.