diff --git a/CHANGES.txt b/CHANGES.txt index 667d38dec..c980e7250 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,6 @@ Changelog for HLint (* = breaking change) +3.5, released 2022-09-20 #1421, change zip/repeat to map with tuple section #1418, add more QuickCheck hints #1420, suggest use of Data.Tuple.Extra.both in the extra hints diff --git a/hlint.cabal b/hlint.cabal index 7fa274518..9fba88e2e 100644 --- a/hlint.cabal +++ b/hlint.cabal @@ -1,7 +1,7 @@ cabal-version: 1.18 build-type: Simple name: hlint -version: 3.4.1 +version: 3.5 license: BSD3 license-file: LICENSE category: Development