v0.2.1 - Bug-fix release
Pure bug-fix release. No spec, schema, or API changes; safe to upgrade from 0.2.0 by pulling main.
Fixed
- Symbolic Evaluator package now exports
Verdict(otherwise the v0.2 stateful tests failed at collection time). - kg-validator now detects contradictory limits driven by the relation field — e.g. two rules under
must_not_exceedwith thresholds100 ppmand50 ppmare now flagged as CONTRADICTORY.
See CHANGELOG.md for full details.
What's Changed
- [fix] kg-validator: detect contradictory limits via relation field (v0.2.1) by @kpifinity in #47
Full Changelog: v0.2.0...v0.2.1