xmlrpc_benthic 0.0.1

An XML-RPC implementation for use with OpenSim viewer project Benthic
Documentation
1
2
3
4
5
6
7
8
# What to do to publish a new release

1. Ensure all notable changes are in the [changelog]CHANGELOG.md under "Unreleased".
2. Execute `cargo release <level>` to bump version(s), tag and publish everything.
   External subcommand, must be installed with `cargo install cargo-release`.
   
   `<level>` can be one of `major|minor|patch`.
3. Go to GitHub and "add release notes" to the just-pushed tag. Copy them from the changelog.