password
password copied to clipboard
New hackage releases
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.mdupdates) - [ ] 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
passwordsince 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)
- [ ] increase cabal file version to
- [ ] 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.0andpassword-persistent-0.1.0.0 - [ ] publish
password-aeson-0.1.0.0,password-http-api-data-0.1.0.0andpassword-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.
- [ ] 1) change version to
- [ ] 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!
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.
Good catch. Also important 👍