diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d3ea905..854a0dd82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ ### Added +- ... + +### Changed + +- ... + +### Fixed + +- ... + +### Removed + +- ... + +## [6.0.0] - 2023-02-20 + +### Added + - The getConfig function is exported. ### Changed @@ -290,7 +308,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/v5.3.4...HEAD +[unreleased]: https://github.com/mihaimaruseac/hindent/compare/v6.0.0...HEAD +[6.0.0]: https://github.com/mihaimaruseac/hindent/compare/v5.3.4...v6.0.0 [5.3.4]: https://github.com/mihaimaruseac/hindent/compare/v5.3.3...v5.3.4 [5.3.3]: https://github.com/mihaimaruseac/hindent/compare/v5.3.2...v5.3.3 [5.3.2]: https://github.com/mihaimaruseac/hindent/compare/5.3.1...v5.3.2 diff --git a/hindent.cabal b/hindent.cabal index 9b945b4fb..acdd0d8ba 100644 --- a/hindent.cabal +++ b/hindent.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: hindent -version: 5.3.5 +version: 6.0.0 synopsis: Extensible Haskell pretty printer description: Extensible Haskell pretty printer. Both a library and an executable. See the GitHub page for usage/explanation: category: Development diff --git a/package.yaml b/package.yaml index 27c95a6fc..546e48512 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ spec-version: 0.30.0 name: hindent -version: 5.3.5 +version: 6.0.0 synopsis: Extensible Haskell pretty printer description: "Extensible Haskell pretty printer. Both a library and an executable. See the GitHub page for usage/explanation: " category: Development