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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog for hackage-cli

## 0.2.0.0

_Andreas Abel, 2026-04-18_

- Remove `push-candidate` command
(PR [#79](https://github.com/hackage-trustees/hackage-cli/pull/79)).
Comment thread
andreasabel marked this conversation as resolved.

Builds with `Cabal 3.4 - 3.16` and `GHC 8.2 - 9.14.1`.

## 0.1.0.4

_Andreas Abel, 2025-08-30_
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Available commands:
push-cabal upload revised .cabal files
sync-cabal upadate/sync local .cabal file with latest revision
on Hackage
push-candidate upload package candidate(s)
list-versions list versions for a package
check-revision validate revision
index-sha256sum generate sha256sum-format file
Expand Down
2 changes: 1 addition & 1 deletion hackage-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hackage-cli
version: 0.1.0.4
version: 0.2.0.0

synopsis: CLI tool for Hackage
description:
Expand Down
Loading