From f0c24682e48494adee1a3a33584b6a4fc27f263b Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Fri, 24 Jun 2016 08:30:13 -0400 Subject: [PATCH] Bump version to 0.5.0.1 --- NEWS | 3 +++ unused.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5dcae42..f6d9fdb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.5.0.1 (June 24, 2016) + Update unused.cabal to remove -O flag entirely (for Hackage upload) + 0.5.0.0 (June 24, 2016) Prepare for upload to Hackage Include flag to display most recent git commit SHAs per token to help track down removal commits diff --git a/unused.cabal b/unused.cabal index c81b7cf..7a23577 100644 --- a/unused.cabal +++ b/unused.cabal @@ -1,5 +1,5 @@ name: unused -version: 0.5.0.0 +version: 0.5.0.1 synopsis: A command line tool to identify unused code. description: Please see README.md homepage: https://github.com/joshuaclayton/unused#readme