Skip to content

Commit

Permalink
Version 3.3.6, to produce release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Dec 29, 2021
1 parent f459f61 commit d33b02a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
with:
ghc-version: '9.0'
- uses: ndmitchell/neil@master
with:
make-release: true
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changelog for HLint (* = breaking change)

3.3.6, released 2021-12-29
#1326, produce release binaries
3.3.5, released 2021-12-12
#1304, support aeson-2.0
#1309, suggest `either Left f x` becomes `f =<< x`
Expand Down
2 changes: 1 addition & 1 deletion hlint.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.18
build-type: Simple
name: hlint
version: 3.3.5
version: 3.3.6
license: BSD3
license-file: LICENSE
category: Development
Expand Down

0 comments on commit d33b02a

Please sign in to comment.