rngo-cli-0.2.4 is not a library.
rngo CLI
See docs.rngo.dev.
Development
To release version 1.2.3, do the following:
- Set
package.versioninCargo.tomlto "1.2.3" - Run
git add Cargo.toml Cargo.lock - Run
git commit -m "1.2.3" - Run
git tag 1.2.3 - Run
git push origin main --tags
This will kick off the build and release workflows in Github Actions.
Once these workflows complete, go to the newly created release on github.com and add release notes.