Skip to content

Commit

Permalink
doc(release): release 0.3.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
slai11 authored Jun 29, 2020
1 parent 12e3f1a commit 3c0c122
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## `v0.3.0`
- Search considers sparsity of search term-alias subsequence.

## `v0.2.4`
- Clean up error message.
- Refine tree printing.
Expand Down
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 = "goto-rs"
version = "0.2.4"
version = "0.3.0"
authors = ["Sylvester Chin <[email protected]>"]
edition = "2018"
description = "*gt* is a simple and user-friendly way to jump to your indexed directories."
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ keystrokes.

Step 1. Getting the binary
```
wget https://github.com/slai11/goto/releases/download/v0.2.4/goto-rs-v0.2.4-x86_64-apple-darwin.tar.gz
tar -xvf goto-rs-v0.2.4-x86_64-apple-darwin.tar.gz
cp goto-rs-v0.2.4-x86_64-apple-darwin/goto-rs /usr/local/bin
wget https://github.com/slai11/goto/releases/download/v0.3.0/goto-rs-v0.3.0-x86_64-apple-darwin.tar.gz
tar -xvf goto-rs-v0.3.0-x86_64-apple-darwin.tar.gz
cp goto-rs-v0.3.0-x86_64-apple-darwin/goto-rs /usr/local/bin
```

Or you could clone the project and build from source. You will need rust (`brew
Expand Down

0 comments on commit 3c0c122

Please sign in to comment.