Releases: modeled-information-format/mif-rs
Releases · modeled-information-format/mif-rs
Release list
Release 0.9.0
Release 0.8.0
What's Changed
- fix: project artifact.subtitle into report/blog/book channels by @zircote in #85
- feat: add multi-root vector-store support to mif-cli and mif-mcp by @zircote in #99
- docs: fix stale crate/tool counts in AGENTS.md and CLAUDE.md by @zircote in #100
- chore(deps): bump chainguard/glibc-dynamic from
ea9eab0to7ff79e2by @dependabot[bot] in #87 - chore(deps): bump rust from 1.96-slim to 1.97-slim by @dependabot[bot] in #88
- chore(deps): bump sysinfo from 0.38.4 to 0.39.6 by @dependabot[bot] in #89
- chore(deps): bump regex from 1.12.4 to 1.13.0 by @dependabot[bot] in #90
- chore(deps): bump sha2 from 0.10.9 to 0.11.0 by @dependabot[bot] in #91
- chore(deps): bump jsonschema from 0.46.10 to 0.47.0 by @dependabot[bot] in #92
- chore(deps): bump rmcp from 2.1.0 to 2.2.0 by @dependabot[bot] in #93
- chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #94
- chore(deps): bump modeled-information-format/.github/.github/workflows/reusable-secrets.yml from 1b416b97ff3ded8a49ae6873cc350eb1efb389bf to 05b13774259a17140419556a45a48ba6a3e36e0c by @dependabot[bot] in #95
- chore(deps): bump modeled-information-format/.github/.github/workflows/reusable-attest-scan.yml from 1b416b97ff3ded8a49ae6873cc350eb1efb389bf to 05b13774259a17140419556a45a48ba6a3e36e0c by @dependabot[bot] in #96
- chore(deps): bump modeled-information-format/.github/.github/workflows/reusable-sca-osv.yml from 1b416b97ff3ded8a49ae6873cc350eb1efb389bf to 05b13774259a17140419556a45a48ba6a3e36e0c by @dependabot[bot] in #97
- chore(deps): bump modeled-information-format/.github/.github/workflows/reusable-sast-codeql.yml from e50b004cbdcf2b3258d223b1f6a4d98ff7938abf to 05b13774259a17140419556a45a48ba6a3e36e0c by @dependabot[bot] in #98
- chore(release): v0.8.0 by @zircote in #102
Full Changelog: v0.7.0...v0.8.0
Release 0.7.0
What's Changed
- docs: author mif-rh's error reference pages by @zircote in #77
- fix: split shared error doc pages into per-crate-prefixed slugs by @zircote in #76
- test: wire mif-rh into the doc-page coverage regression test by @zircote in #78
- fix: note mif-rh's two justified expect_used overrides by @zircote in #80
- feat(mif-rh): reconcile CHANGELOG footer compare-links against real tags by @zircote in #82
- chore(release): v0.7.0 by @zircote in #83
Full Changelog: v0.6.1...v0.7.0
Release 0.6.1
What's Changed
- fix(mif-rh): default a missing attempted_at to now, not epoch-0 by @zircote in #73
- chore(release): v0.6.1 by @zircote in #74
Full Changelog: v0.6.0...v0.6.1
Release 0.6.0
What's Changed
- feat(mif-rh): respect an existing version pin on ontology fetch by @zircote in #62
- chore(release): v0.6.0 by @zircote in #63
- chore(deps): relax sysinfo to a non-exact pin by @zircote in #64
- feat(mif-schema,mif-cli,mif-mcp): L1/L2/L3 level-floor overlay (validate --level) by @zircote in #65
- feat(mif-rh,mif-rh-cli): breaking-change detection for pinned ontologies by @zircote in #67
- feat(mif-cli,mif-mcp): standalone roundtrip/emit-jsonld/emit-markdown subcommands by @zircote in #66
- fix(mif-cli,mif-rh-cli): allow leading-hyphen values in free-text CLI args by @zircote in #71
- docs(changelog): complete the v0.6.0 entry before release by @zircote in #72
Full Changelog: v0.5.0...v0.6.0
Release 0.5.0
What's Changed
- chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #48
- fix(mif-frontmatter): round-trip a literal description field without summary by @zircote in #53
- feat(mif-cli,mif-mcp): accept markdown input in validate by @zircote in #54
- chore(deps): bump sysinfo from 0.37.2 to 0.38.4 by @dependabot[bot] in #46
- chore(deps): bump jsonschema from 0.46.9 to 0.46.10 by @dependabot[bot] in #47
- chore(deps): bump modeled-information-format/.github/.github/workflows/reusable-secrets.yml from e50b004cbdcf2b3258d223b1f6a4d98ff7938abf to 1b416b97ff3ded8a49ae6873cc350eb1efb389bf by @dependabot[bot] in #49
- chore(deps): update modeled-information-format/.github/.github/workflows/reusable-attest-scan.yml requirement to 1b416b97ff3ded8a49ae6873cc350eb1efb389bf by @dependabot[bot] in #50
- chore(deps): bump modeled-information-format/.github/.github/workflows/reusable-sca-osv.yml from e50b004cbdcf2b3258d223b1f6a4d98ff7938abf to 1b416b97ff3ded8a49ae6873cc350eb1efb389bf by @dependabot[bot] in #51
- chore(deps): bump modeled-information-format/.github/.github/workflows/pin-check.yml from 9de9adbfe2b8efed49cb7f666123d40ec6dd1970 to 1b416b97ff3ded8a49ae6873cc350eb1efb389bf by @dependabot[bot] in #52
- chore: bump MSRV from 1.92 to 1.95, unpin rusqlite to 0.40.1 by @zircote in #57
- feat(ontology): mif-rh-cli ontology subcommand surface (fetch/sync/lock-check/sync-registry/author) by @zircote in #58
- chore(release): v0.5.0 by @zircote in #59
New Contributors
- @dependabot[bot] made their first contribution in #48
Full Changelog: v0.4.0...v0.5.0
Release 0.4.0
What's Changed
- ci: bump rht and ontologies-registry pins to current main by @zircote in #32
- ci(publish): retry the workspace publish until the plan drains by @zircote in #33
- feat(mif-rh): confusion-matrix export from calibrate by @zircote in #42
- feat(mif-rh): score negative_examples via the policy-gated demotion gate by @zircote in #43
- chore(release): v0.4.0 by @zircote in #44
Full Changelog: v0.3.1...v0.4.0
Release 0.3.1
What's Changed
Full Changelog: v0.3.0...v0.3.1
Release 0.3.0
What's Changed
- docs(adr): record mif-rh packaging and stdio-only transport decisions by @zircote in #21
- bench(mif-rh): manual M2 review benchmark with seeded real-corpus results by @zircote in #22
- fix(mif-rh-mcp): corpus_stats fails explicitly on a missing reports directory by @zircote in #24
- ci: make rht parity a fail-closed CI gate by @zircote in #20
- test(mif-rh): M3 cross-topic search eval over known-similar pairs by @zircote in #27
- feat(mif-ontology): confidence-tiered entity-type classification capability (MIF ADR-020) by @zircote in #25
- test(mif-rh-cli): binary-level parity tests and the Windows relationship-script failure path by @zircote in #28
- feat(mif-rh): tier-2 suggestion queue, tier-3 miss clustering, and calibrate by @zircote in #26
- ci: bump the rht pin and make the M3 search eval fail-closed by @zircote in #29
- chore(release): v0.3.0 by @zircote in #30
Full Changelog: v0.2.0...v0.3.0
Release 0.2.0
What's Changed
- chore: add .trivyignore for unfixed no-dsa glibc CVEs in base image by @zircote in #2
- fix(pipeline): bump reusable-trivy.yml pin to include the checkout fix by @zircote in #3
- fix(trivyignore): cover the LOW-severity CVEs SARIF format exposes by @zircote in #4
- fix(docker): migrate runtime base to chainguard/glibc-dynamic by @zircote in #5
- feat(ingest): MIF document ingestion, embedding, and semantic search by @zircote in #6
- fix(ci): bump reusable-trivy.yml pin to pick up the Trivy version fix by @zircote in #7
- fix(trivy): ignore CVE-2026-6791 (unfixed glibc in Chainguard base image) by @zircote in #8
- chore(hooks): add Lefthook git hooks mirroring this repo's own CI by @zircote in #9
- docs: fix staleness found by a full-repo documentation audit by @zircote in #10
- docs(site): publish a docs site with error reference, brand, and rustdoc by @zircote in #11
- docs(adr): backfill 16 ADRs for architecturally significant decisions by @zircote in #12
- Add mif-rh: compiled ontology resolution/review engine by @zircote in #13
- Make ADRs, deployment guide, runbooks, security docs, and crate READMEs reachable from site nav by @zircote in #14
- fix: scope ProblemMeta slugs per-crate, add a workspace uniqueness test by @zircote in #16
- Fix squished homepage hero, complete ecosystem sidebar by @zircote in #17
- fix: fail loudly on unexpected I/O errors in slug-uniqueness test helpers by @zircote in #18
- chore: bump workspace version to 0.2.0 by @zircote in #19
New Contributors
Full Changelog: v0.1.0...v0.2.0