Releases: ev3nvy/rman-rs
Releases · ev3nvy/rman-rs
v0.3.0
0.3.0 (2023-09-01)
Breaking change, because RiotManifest::from_path
, RiotManifest::from_reader
and ManifestData::parse
now take a new Option<&flatbuffers::VerifierOptions>
parameter. Adding/removing parameters on public functions is a semver-MAJOR change.
📦 Chore
🏕 Features
v0.2.0
v0.1.1
0.1.1 (2023-02-13)
Only build changes in this release (docs.rs documentation wasn't building) so it's safe to upgrade.
📦 Chore
🔁 Continuous Integration
📝 Documentation
v0.1.0
0.1.0 (2023-02-13)
📦 Chore
- chore: Fix clippy warnings by @ev3nvy in #7
- chore: Format files using rust-fmt by @ev3nvy in #9
- chore: Convert into library by @ev3nvy in #10
- chore!: update generated flatbuffer by @ev3nvy in #18
- chore!: Simplify project structure by @ev3nvy in #19
- chore: Add/edit miscellaneous files by @ev3nvy in #16
- chore: fix issue templates by @ev3nvy in #27
🧑💻 Code refactor
- refactor: Add dependency byteorder by @ev3nvy in #15
- refactor!: Various api changes by @ev3nvy in #20
- refactor: Enforce stricter clippy rules by @ev3nvy in #23
- refactor: Conform to api guidelines by @ev3nvy in #24
🔁 Continuous Integration
📝 Documentation
🏕 Features
- feat: Various api improvements by @ev3nvy in #13
- feat: Add optional serialization and deserialization with serde by @ev3nvy in #17
- feat!: File downloads by @ev3nvy in #22