Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bittersweet committed Apr 7, 2016
1 parent 41bef0d commit ece27b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Notes Changelog

## 0.6.1

- Fixed using a custom `NOTESDIR` not working without a trailing slash.

## 0.6.0

- Added searching in notes via `notes subject query` to only display matched
Expand Down
2 changes: 1 addition & 1 deletion notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func getNotesDir() string {
func main() {
app := cli.NewApp()
app.Name = "notes"
app.Version = "0.6.0"
app.Version = "0.6.1"
app.Usage = "Store your thoughts on all sorts of subjects"
app.Action = func(c *cli.Context) {
note := c.Args().First()
Expand Down

0 comments on commit ece27b2

Please sign in to comment.