diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df89c07b..b452bab07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ ### Removed +## [6.2.1] - 2024-11-28 + +### Removed + - Support for GHC 9.0 ([#967]) ## [6.2.0] - 2024-09-07 @@ -363,7 +367,8 @@ This version is accidentally pushlished, and is the same as 5.3.3. - A bug in printing operators in statements. -[unreleased]: https://github.com/mihaimaruseac/hindent/compare/v6.2.0...HEAD +[unreleased]: https://github.com/mihaimaruseac/hindent/compare/v6.2.1...HEAD +[6.2.1]: https://github.com/mihaimaruseac/hindent/compare/v6.2.0...v6.2.1 [6.2.0]: https://github.com/mihaimaruseac/hindent/compare/v6.1.0...v6.2.0 [6.1.0]: https://github.com/mihaimaruseac/hindent/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/mihaimaruseac/hindent/compare/v5.3.4...v6.0.0 diff --git a/hindent.cabal b/hindent.cabal index cc529c457..cf00cf832 100644 --- a/hindent.cabal +++ b/hindent.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: hindent -version: 6.2.0 +version: 6.2.1 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. See the GitHub page for usage \/ explanation: diff --git a/package.yaml b/package.yaml index 406b637b2..2bfdab140 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ spec-version: 0.30.0 name: hindent -version: 6.2.0 +version: 6.2.1 synopsis: Extensible Haskell pretty printer description: | Extensible Haskell pretty printer. Both a library and an executable.