From d81f32476da65865b4e4539b1d31f7669b45ce19 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Sat, 20 Aug 2016 05:30:11 -0400 Subject: [PATCH] Bump version to 0.6.1.0 --- NEWS | 4 ++++ unused.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 18f0494..8a0ebb5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.6.1.0 (August 20, 2016) + Conditionally import Data.Monoid.<> to address Homebrew compilation issues + Replace reading config from FS with FileEmbed + 0.6.0.1 (July 19, 2016) Convert ParseError to String prior to passing the value around diff --git a/unused.cabal b/unused.cabal index 3c58205..ec68cf5 100644 --- a/unused.cabal +++ b/unused.cabal @@ -1,5 +1,5 @@ name: unused -version: 0.6.0.1 +version: 0.6.1.0 synopsis: A command line tool to identify unused code. description: Please see README.md homepage: https://github.com/joshuaclayton/unused#readme