Skip to content

Commit

Permalink
Prepare for the next release (#681)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
  • Loading branch information
mihaimaruseac authored Feb 21, 2023
1 parent 83196db commit 0f38038
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

### Added

- ...

### Changed

- ...

### Fixed

- ...

### Removed

- ...

## [6.0.0] - 2023-02-20

### Added

- The getConfig function is exported.

### Changed
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hindent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/mihaimaruseac/hindent>
category: Development
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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: <https://github.com/mihaimaruseac/hindent>"
category: Development
Expand Down

0 comments on commit 0f38038

Please sign in to comment.