Bump version to 0.2.2
This commit is contained in:
parent
558fe3ddc0
commit
15864d942c
@ -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)
|
||||
|
||||
11
README.md
11
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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user