diff --git a/NEWS b/NEWS index 2eaf077..9fd415d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.4.0.0 (June 10, 2016) + Allow for custom configurations on a per-user and per-project basis + 0.3.0.0 (June 4, 2016) Introduce aliases for RSpec predicate matchers Remove certain instances of regex use for speed improvements diff --git a/unused.cabal b/unused.cabal index 19f0534..527136b 100644 --- a/unused.cabal +++ b/unused.cabal @@ -1,5 +1,5 @@ name: unused -version: 0.3.0.0 +version: 0.4.0.0 synopsis: A command line tool to identify unused code. description: Please see README.md homepage: https://github.com/joshuaclayton/unused#readme