From 0f039d21987483e2ca53e4e3a586943530eefa05 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza <584947+jpvillaisaza@users.noreply.github.com> Date: Tue, 5 Feb 2019 16:09:17 -0500 Subject: [PATCH] Bump version to 0.3.0 --- CHANGELOG.md | 11 +++++++++++ licensor.cabal | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06699a8..2cc97df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.3.0 (2019-02-05) + +## Enhancements + +- Use Stack (executable) to get licenses (ec8412b) +- Use `ls dependencies` instead of `list-dependencies` (4f4d41d) + +## Bugs + +- Fix incorrect license if package matches a Hackage package (#23) + # 0.2.2 (2018-01-16) - Allow http-conduit 2.3 (558fe3d) diff --git a/licensor.cabal b/licensor.cabal index eb18a0e..291af92 100644 --- a/licensor.cabal +++ b/licensor.cabal @@ -1,8 +1,8 @@ name: licensor -version: 0.2.2 +version: 0.3.0 build-type: Simple -cabal-version: >= 1.21 +cabal-version: >= 1.10 license: MIT license-file: LICENSE.md