# 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.