Bump version to 0.3.0
This commit is contained in:
parent
ec8412b4ca
commit
0f039d2198
11
CHANGELOG.md
11
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)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user