This repository has been archived by the owner on May 28, 2024. It is now read-only.
Version 0.3.0
Support for brackets in version numbers has been added. This allows you to write
changelogs that look like this:
## [0.1.0]
This release completes our Flopnax sprint. We now have a publicly visible
GraphQL API as a part of this project.
### ADDED
- Exposed GraphQL API for customers and internal integrators
### FIXED
- Solved WAT-2392 which previously prevented users from being able to
refrobnicate already frobnicated strings when using the secret management API.
ADDED
- The GitHub client is now exposed as a crate in
./github
. This is potentially
useful for non-palisade use. - Full end to end tests of the entire release cutting process.
FIXED
- Don't push the git tag to github, this apparently causes weird permissions
issues. GitHub will create a tag as a side effect of creating a release
anyways.