From 7e3b91dc24b76eb2fb8dd833c9101b4b5d1d684b Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Tue, 19 Jul 2016 16:27:25 -0400 Subject: [PATCH] Bump version to 0.6.0.0 --- NEWS | 6 ++++++ unused.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b33c812..fb14cb7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.6.0.0 (July 19, 2016) + [Alpha] Projection-style transformations for aliases + Improve likelihood output for single-occurrence terms + Increase safety of reading files + Improve documentation including installation via Stack, common troubleshooting scenarios + 0.5.0.2 (June 24, 2016) Remove final -Werror flag diff --git a/unused.cabal b/unused.cabal index a471a37..594e1ba 100644 --- a/unused.cabal +++ b/unused.cabal @@ -1,5 +1,5 @@ name: unused -version: 0.5.0.2 +version: 0.6.0.0 synopsis: A command line tool to identify unused code. description: Please see README.md homepage: https://github.com/joshuaclayton/unused#readme