Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased changes

## 0.9.7.0 -- 2025-01-27

* Migrated command-line parsing to optparse-applicative with shell completions (#90)
* Updated Cabal version to 3.14

## 0.9.6.0 -- 2025-03-09

* Upgraded to GHC 9.12.1
Expand Down
4 changes: 2 additions & 2 deletions gwcli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4
cabal-version: 3.14

name: gwcli
version: 0.9.6.0
version: 0.9.7.0
description: Please see the README on GitHub at <https://github.com/diskshima/gwcli-hs#readme>
homepage: https://github.com/diskshima/gwcli-hs
bug-reports: https://github.com/diskshima/gwcli-hs/issues
Expand Down