Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 383 Bytes

File metadata and controls

21 lines (14 loc) · 383 Bytes

Release Process

rust-jpl follows semantic versioning.

Versioning

  • PATCH: bug fixes
  • MINOR: backward-compatible features
  • MAJOR: breaking changes

Release Checklist

  • All tests passing
  • Changelog updated
  • Version bumped in Cargo.toml
  • Docs updated
  • Published to crates.io

MSRV

The Minimum Supported Rust Version is documented in README.md.