Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Releases

Releases are currently managed by cargo-release.

We are currently pre-1.0, so we are only cutting minor and patch releases. We try to follow semantic versioning. Cut a minor release by running:

cargo release minor

Similarly, a patch release is:

cargo release patch

Github releases and binary artifacts

At some point it'd be good to automatically cut GH releases and upload binary (statically linked) artifacts to it. It's not too hard to do using GHA. Just lazy. Contributions welcome.