From 15864d942c60b3550e57e3dbec486fec42567883 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Tue, 16 Jan 2018 17:47:37 -0500 Subject: [PATCH] Bump version to 0.2.2 --- CHANGELOG.md | 4 ++++ README.md | 11 +++++++---- licensor.cabal | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a944cce..06699a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.2.2 (2018-01-16) + +- Allow http-conduit 2.3 (558fe3d) + # 0.2.1 (2017-07-24) - Allow base 4.10 and Cabal 2.0 (7bbb360) diff --git a/README.md b/README.md index f5b6770..a8f4d5a 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ See [LICENSE.md](LICENSE.md). ### License report -Licensor (0.2.0) depends on the following libraries: +Licensor (0.2.2) depends on the following libraries: Library | License ------------------------- | ------------------------- @@ -160,10 +160,13 @@ And the following licenses (including transitive dependencies): License | Number of libraries ------------------------- | ------------------------- -BSD3 | 68 -MIT | 7 +BSD2 | 1 +BSD3 | 70 +ISC | 1 +MIT | 11 +UnspecifiedLicense | 1 -(Tested with Licensor 0.2.0, Stack 1.2.0, and LTS 7.0.) +(Tested with Licensor 0.2.2, Stack 1.6.3, and Stackage Nightly 2018-01-16.) ## Additional resources diff --git a/licensor.cabal b/licensor.cabal index 72a0083..eb18a0e 100644 --- a/licensor.cabal +++ b/licensor.cabal @@ -1,5 +1,5 @@ name: licensor -version: 0.2.1 +version: 0.2.2 build-type: Simple cabal-version: >= 1.21 @@ -21,7 +21,7 @@ description: A license compatibility helper. category: Distribution -tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.1 +tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.1, GHC == 8.2.2 extra-source-files: CHANGELOG.md, README.md