Compare commits

...
2 Commits
Author SHA1 Message Date
yyc12345 d5c99be4d8 doc: add developer notes 2026-08-06 14:07:54 +08:00
yyc12345 d769af9efe fix: add lost author field for cargo toml 2026-08-06 14:07:45 +08:00
2 changed files with 15 additions and 1 deletions
+14 -1
View File
@@ -2,4 +2,17 @@
## 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
View File
@@ -1,6 +1,7 @@
[package]
name = "sarasacw-omrf"
version = "1.0.0"
authors = ["yyc12345 <yyc12321@outlook.com>"]
edition = "2024"
rust-version = "1.85"
description = "The facilities for Rust, specifically designed for the SarasaCW OMRF project, to support C-friendly FFI."