password icon indicating copy to clipboard operation
password copied to clipboard

New hackage releases

Open Vlix opened this issue 2 months ago • 2 comments

Big bunch of releases

There are a few PRs that will need some publishing done after merging.

1) #86 password-cli

Since we haven't actually published the password-cli yet, let's.

Steps to undertake:

  • [ ] merge PR #86 (since it has password-cli/README.md updates)
  • [ ] tag the newest commit with password-cli-0.1.1.0
  • [ ] publish password-cli
  • [ ] add both @cdepillabout and @Vlix as maintainers
  • [ ] (We could make a patch version increase for password since we updated the documentation, so that's optional. If we do, then:
    • [ ] increase cabal file version to 3.1.0.2
    • [ ] tag the commit of that merged PR with password-3.1.0.2
    • [ ] publish password-3.1.0.2)
  • [ ] Close issue #83

2) #87 password-instances

This will involve a bunch of new packages, so here we go:

  • [ ] merge PR #87
  • [ ] tag the newest commit with password-aeson-0.1.0.0, password-http-api-data-0.1.0.0 and password-persistent-0.1.0.0
  • [ ] publish password-aeson-0.1.0.0, password-http-api-data-0.1.0.0 and password-persistent-0.1.0.0
  • [ ] add both @cdepillabout and @Vlix as maintainers
  • [ ] Close issue #1

3) #89 password-instances round 2

Because this was based on a now non-existing commit, this will have to be rebased before we can cleanly merge. But after that has happened, we will:

  • [ ] ask @blackheaven to rebase #89 and:
    • [ ] 1) change version to 3.1.0.0 (since we'll be exporting more instances, this is technically considered a breaking change, my bad)
    • [ ] 2) add Thanks to [@blackheaven](https://github.com/blackheaven) to at least one of the Changelog entries.
  • [ ] merge PR #89
  • [ ] tag the newest commit as password-instances-3.1.0.0
  • [ ] publish password-instances-3.1.0.0
  • [ ] Close issue #65

Celebrate on a checklist well done

  • [ ] Close this issue!

Vlix avatar Oct 12 '25 20:10 Vlix

One more thing:

  • [ ] After adding new Hackage packages, make sure to add both me (@cdepillabout) and @Vlix as maintainers so that either of us can do uploads in the future.

cdepillabout avatar Oct 13 '25 00:10 cdepillabout

Good catch. Also important 👍

Vlix avatar Oct 13 '25 11:10 Vlix