Skip to content

Commit 8ab9a32

Browse files
committed
Release 2.1.0
1 parent 749da64 commit 8ab9a32

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog for Weeder
22

3+
### [`2.1.0`][v2.1.0] - *2020-06-30*
4+
5+
- Support regex-tdfa ^>= 1.2 (#13)
6+
- Handle mismatched hie file version explicitly (fixes #8). (#16)
7+
- Implement --help and --version (#36)
8+
- Make search directory configurable (#37)
9+
- Support GHC 8.10
310

411
### [`2.0.1`][v2.0.1] - *2020-03-15*
512

weeder.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: weeder
55
author: Ollie Charles <[email protected]>
66
maintainer: Ollie Charles <[email protected]>
77
build-type: Simple
8-
version: 2.0.1
8+
version: 2.1.0
99
copyright: Neil Mitchell 2017-2020, Oliver Charles 2020
1010
synopsis: Detect dead code
1111
description: Find declarations.

0 commit comments

Comments
 (0)