Bump version to 0.4.0

This commit is contained in:
Juan Pedro Villa Isaza 2020-02-16 17:55:33 -05:00
parent 3f72d89232
commit 9a122b2961
3 changed files with 8 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# Undefined
# 0.4.0 (2020-02-16)
## Enhancements

View File

@ -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

View File

@ -1,5 +1,5 @@
name: licensor
version: 0.3.0
version: 0.4.0
synopsis: A license compatibility helper
description: A license compatibility helper.