Skip to content

v0.6.1

Latest

Choose a tag to compare

@zircote zircote released this 15 Feb 04:13
· 24 commits to main since this release
v0.6.1
5059516

Release v0.6.1: MIF Spec Migration, Version Rewrite

Changed

  • [MIF Spec Migration]: Replaced MIF git submodule with canonical mif-spec.dev schemas
    • Removed mif git submodule and .gitmodules
    • Bundled fallback ontologies are now the primary source (no submodule required)
    • All schema $id and schema_url references updated to https://mif-spec.dev/schema/
    • OntologyLoader resolution order simplified: bundled fallback -> user -> project
    • OntologyLoader exposes MIF_SCHEMA_URL and ONTOLOGY_SCHEMA_URL class constants

Removed