Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@ev3nvy ev3nvy released this 01 Sep 00:36
· 3 commits to main since this release
b9f01ff

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

  • feat!: add optional flatbuffer_verifier_options parameter to methods by @ev3nvy in #36