Skip to content

Commit

Permalink
Version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lavifb committed Jan 17, 2020
1 parent fc3a8ef commit 931fe0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ### Fixed -->
<!-- ### Security -->

## [Unreleased]

## v0.7.3 (2020-01-17)
### Added
- Support for empty TODOs


## v0.7.2 (2019-02-10)
### Changed
- Global config file on MacOS now follows XDG standard so its location can be changed by setting `XDG_CONFIG_HOME`
Expand Down
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.7.2"
version = "0.7.3"
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 931fe0f

Please sign in to comment.