Skip to content

Commit bdbee45

Browse files
HuwCampbellHuw Campbell
authored andcommitted
Bump version and update changelog
1 parent 7861d08 commit bdbee45

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
## Version 0.19.0.0
1+
## Version 0.19.0.0 (31 March 2025)
2+
3+
- Add `briefHangPoint` modifier. This allows one to specify the command length
4+
after which the rendering will change from aligned with the end of the
5+
command name to being indented on the next line.
26

37
- Add `parserOptionGroup` for grouping Options together, similar to command
48
groups. Requires the breaking change of adding the `propGroup :: OptGroup`
59
field to `OptProperties`.
610

11+
712
## Version 0.18.1.0 (29 May 2023)
813

914
- Change pretty printer layout algorithm used.

optparse-applicative.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: optparse-applicative
2-
version: 0.18.1.0
2+
version: 0.19.0.0
33
synopsis: Utilities and combinators for parsing command line options
44
description:
55
optparse-applicative is a haskell library for parsing options

0 commit comments

Comments
 (0)