Files
sarasacw-omrf/DEVNOTES.md
T

20 lines
587 B
Markdown

# Developer Notes
## Bump Version Up
### Bump OMRF Version Up
- Change the version declared in `Cargo.toml`.
- Change the version of dependency example in FFI design manual `rust-side/misc.md`
### Bump OMRF Packer Version Up
- Change the version declared in `pyproject.toml`.
- Change the version constant `VERSION` declared in `utils.py`.
- Change the minimum required version declared in the metadata example section of `README.md`.
## Version Tag
- Use `omrf/x.y.z` to tag the version of `sarasacw-omrf`.
- Use `omrf-packer/x.y.z` to tag the version of `sarasacw-omrf-packer`.