From b810f199226f624e467f506ea4f5ec5223f66b71 Mon Sep 17 00:00:00 2001 From: Ollie Charles Date: Sun, 29 Aug 2021 10:40:36 +0100 Subject: [PATCH] Release 2.2.0 (#83) This will likely be the last release before we switch to GHC 9. --- CHANGELOG.md | 10 +++++++++- weeder.cabal | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb0b87..e309824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ ## Changelog for Weeder -### Unreleased +### [`2.2.0`][v2.2.0] - *2021-08-28* + +This will likely be the last Weeder release before GHC 9. - Allow configuration of the HIE file extension using the `--hie-extension` command-line flag +- Add `--require-hs-files` switch. If supplied, this switch means Weeder will only consider `.hie` files where a corresponding `.hs` file can be found. ([#50](https://github.com/ocharles/weeder/pull/50)) +- Pattern synonyms are now considered ([#79](https://github.com/ocharles/weeder/pull/79)) +- Weeder's output format is now one-line-per-weed ([#62](https://github.com/ocharles/weeder/pull/62)) +- `--hie-extension` can be used to change the extension used for `.hie` files ([#64](https://github.com/ocharles/weeder/pull/64)) ### [`2.1.3`][v2.1.3] - *2020-12-11* @@ -190,6 +196,8 @@ maintained by Ollie Charles (@ocharles on GitHub). - Initial version + +[v2.2.0 ]: https://github.com/ocharles/weeder/releases/tag/2.2.0 [v2.1.3 ]: https://github.com/ocharles/weeder/releases/tag/2.1.3 [v2.1.2 ]: https://github.com/ocharles/weeder/releases/tag/2.1.2 [v2.1.1 ]: https://github.com/ocharles/weeder/releases/tag/2.1.1 diff --git a/weeder.cabal b/weeder.cabal index 926626d..611ba18 100644 --- a/weeder.cabal +++ b/weeder.cabal @@ -5,7 +5,7 @@ name: weeder author: Ollie Charles maintainer: Ollie Charles build-type: Simple -version: 2.1.3 +version: 2.2.0 copyright: Neil Mitchell 2017-2020, Oliver Charles 2020 synopsis: Detect dead code description: Find declarations.