Skip to content

v0.2.1 - Bug-fix release

Choose a tag to compare

@kpifinity kpifinity released this 25 May 15:05
· 124 commits to main since this release
53c8a8c

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_exceed with thresholds 100 ppm and 50 ppm are 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