From 9a122b29614ae3d11328beb42c1745669f55d820 Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza <584947+jpvillaisaza@users.noreply.github.com> Date: Sun, 16 Feb 2020 17:55:33 -0500 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 2 +- README.md | 16 ++++++---------- package.yaml | 2 +- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a1f37..3135c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Undefined +# 0.4.0 (2020-02-16) ## Enhancements diff --git a/README.md b/README.md index 9e042a1..c2e50cd 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ $ cd licensor/ && stack build --exec licensor For more information, run `licensor --help`: ``` -licensor 0.2.0 +licensor 0.4.0 licensor [OPTIONS] @@ -87,6 +87,8 @@ Common flags: -? --help Display help message -V --version Print version information --numeric-version Print just the version number + -v --verbose Loud verbosity + -q --quiet Quiet verbosity ``` ## Notes @@ -138,30 +140,24 @@ See [LICENSE.md](LICENSE.md). ### License report -Licensor (0.2.2) depends on the following libraries: +Licensor (0.4.0) depends on the following libraries: Library | License ------------------------- | ------------------------- base | BSD3 -bytestring | BSD3 Cabal | BSD3 cmdargs | BSD3 containers | BSD3 directory | BSD3 -http-conduit | BSD3 process | BSD3 And the following licenses (including transitive dependencies): License | Number of libraries ------------------------- | ------------------------- -BSD2 | 1 -BSD3 | 70 -ISC | 1 -MIT | 11 -UnspecifiedLicense | 1 +BSD3 | 20 -(Tested with Licensor 0.2.2, Stack 1.6.3, and Stackage Nightly 2018-01-16.) +(Tested with Licensor 0.4.0, Stack 2.1.3, and LTS Haskell 11.11.) ## Additional resources diff --git a/package.yaml b/package.yaml index c7d246a..e8d8ed0 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: licensor -version: 0.3.0 +version: 0.4.0 synopsis: A license compatibility helper description: A license compatibility helper.