Skip to content

Commit

Permalink
updated to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lavifb committed Dec 10, 2018
1 parent f01e798 commit d334f4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
<!-- ## [Unreleased] -->
<!-- ### Added -->
<!-- ### Changed -->
<!-- ### Deprecated -->
<!-- ### Removed -->
<!-- ### Fixed -->
<!-- ### Security -->

## v0.4.2 (2018-12-10)
### Added
- Windows release
- `--check` tag to exit nicely only when no TODOs are found

### Fixed
- [Windows]: path walker when files are not specified

## v0.4.1 (2018-12-8)
### Added
- releases on Github using Travis CI
Expand Down
4 changes: 2 additions & 2 deletions 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.4.1"
version = "0.4.2"
authors = ["Lavi Blumberg <lavifb@gmail.com>"]
homepage = "https://github.com/lavifb/todo_r"
repository = "https://github.com/lavifb/todo_r"
Expand Down Expand Up @@ -39,4 +39,4 @@ name = "bench"
harness = false

[profile.release]
lto = true
lto = true

0 comments on commit d334f4d

Please sign in to comment.