Skip to content

Commit beafb26

Browse files
Bump version to 6.2.1 (#986)
Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
1 parent e353718 commit beafb26

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
### Removed
1212

13+
## [6.2.1] - 2024-11-28
14+
15+
### Removed
16+
1317
- Support for GHC 9.0 ([#967])
1418

1519
## [6.2.0] - 2024-09-07
@@ -363,7 +367,8 @@ This version is accidentally pushlished, and is the same as 5.3.3.
363367

364368
- A bug in printing operators in statements.
365369

366-
[unreleased]: https://github.com/mihaimaruseac/hindent/compare/v6.2.0...HEAD
370+
[unreleased]: https://github.com/mihaimaruseac/hindent/compare/v6.2.1...HEAD
371+
[6.2.1]: https://github.com/mihaimaruseac/hindent/compare/v6.2.0...v6.2.1
367372
[6.2.0]: https://github.com/mihaimaruseac/hindent/compare/v6.1.0...v6.2.0
368373
[6.1.0]: https://github.com/mihaimaruseac/hindent/compare/v6.0.0...v6.1.0
369374
[6.0.0]: https://github.com/mihaimaruseac/hindent/compare/v5.3.4...v6.0.0

hindent.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: hindent
8-
version: 6.2.0
8+
version: 6.2.1
99
synopsis: Extensible Haskell pretty printer
1010
description: Extensible Haskell pretty printer. Both a library and an executable.
1111
See the GitHub page for usage \/ explanation: <https://github.com/mihaimaruseac/hindent>

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spec-version: 0.30.0
22

33
name: hindent
4-
version: 6.2.0
4+
version: 6.2.1
55
synopsis: Extensible Haskell pretty printer
66
description: |
77
Extensible Haskell pretty printer. Both a library and an executable.

0 commit comments

Comments
 (0)