A set of common utilities for crates generated by swagger-codegen
Rust Shell
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
LICENSE
README.md
release-changelog.sh

README.md

swagger-rs

Build Status crates.io

A set of common utilities for crates generated by the rust-server swagger-codegen generator

Releasing a new version

  1. Update the version in Cargo.toml
  2. Run ./release-changelog.sh <version> to update the changelog
  3. Commit and push your changes.
  4. Wait for a travis build to complete successfully.
  5. Run cargo publish.