Skip to content

Commit

Permalink
Release 2.9.0 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Aug 10, 2024
1 parent 7ba2aa4 commit fa9c7dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 2.9.0 - 2024-01-31

### Changed

* Sort weeds by line number and then by column. (#155)
* Show unit names in output. (#156)
* Significantly improve weeders performance when using `type-class-roots = false`. (#172)
* Use `Glob` to find `.hie` files. This can avoid an infinite loop with recursive symlinks. (#165)
* Build with `lens-5.3`. (#173)

### Fixed

* Weeder now correctly reports TOML parse errors. (#161)

## 2.8.0 - 2024-01-31

### Added
Expand Down
4 changes: 2 additions & 2 deletions weeder.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: weeder
author: Ollie Charles <ollie@ocharles.org.uk>
maintainer: Ollie Charles <ollie@ocharles.org.uk>
build-type: Simple
version: 2.8.0
copyright: Neil Mitchell 2017-2020, Oliver Charles 2020-2023
version: 2.9.0
copyright: Neil Mitchell 2017-2020, Oliver Charles 2020-2024
synopsis: Detect dead code
description: Find declarations.
homepage: https://github.com/ocharles/weeder#readme
Expand Down

0 comments on commit fa9c7dc

Please sign in to comment.