diff --git a/NEWS b/NEWS index 3b4699c..5a036a4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +0.2.0.0 (May 22, 2016) + Load tags automatically + Allow users to opt into reading tokens from stdin + Improve language/framework support + Increase speed drastically + Allow users to opt into a caching mechanism + Ensure Ctrl-C stops all work + Better match tokens during search to improve accuracy + Allow users to group results + Parallelize search + Improve usage likelihood messaging + 0.1.1.0 (May 12, 2016) Improve Elixir support Improve documentation diff --git a/unused.cabal b/unused.cabal index 897dd7c..5c389f6 100644 --- a/unused.cabal +++ b/unused.cabal @@ -1,5 +1,5 @@ name: unused -version: 0.1.1.0 +version: 0.2.0.0 synopsis: A command line tool to identify unused code. description: Please see README.md homepage: https://github.com/joshuaclayton/unused#readme