Skip to content

Commit

Permalink
changed version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lavifb committed Jan 3, 2019
1 parent b91ff37 commit 76cc178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ### Fixed -->
<!-- ### Security -->

## [Unreleased]
## v0.6.0 (2019-01-03)
### Added
- completions for bash, zsh, fish, and powershell
- formula for `brew` package manager
Expand Down Expand Up @@ -69,10 +69,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Windows]: path walker when files are not specified


## v0.4.1 (2018-12-8)
## v0.4.1 (2018-12-08)
### Added
- releases on Github using Travis CI


## v0.4 (2018-12-7)
## v0.4 (2018-12-07)
- Initial release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "todo_r"
description = "Simple rust command line utility that keeps track of your todo comments in code"
version = "0.5.1"
version = "0.6.0"
authors = ["Lavi Blumberg <lavifb@gmail.com>"]
homepage = "https://github.com/lavifb/todo_r"
repository = "https://github.com/lavifb/todo_r"
Expand Down

0 comments on commit 76cc178

Please sign in to comment.