Compare commits
2
Commits
f9333c72be
...
d5c99be4d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5c99be4d8 | ||
|
|
d769af9efe |
+14
-1
@@ -2,4 +2,17 @@
|
|||||||
|
|
||||||
## Bump Version Up
|
## Bump Version Up
|
||||||
|
|
||||||
TODO
|
### Bump OMRF Version Up
|
||||||
|
|
||||||
|
- Change the version declared in `Cargo.toml`.
|
||||||
|
|
||||||
|
### 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`.
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sarasacw-omrf"
|
name = "sarasacw-omrf"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
|
authors = ["yyc12345 <yyc12321@outlook.com>"]
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.85"
|
rust-version = "1.85"
|
||||||
description = "The facilities for Rust, specifically designed for the SarasaCW OMRF project, to support C-friendly FFI."
|
description = "The facilities for Rust, specifically designed for the SarasaCW OMRF project, to support C-friendly FFI."
|
||||||
|
|||||||
Reference in New Issue
Block a user