jsonschema v0.12.2 Release Notes

Release Date: 2021-10-21 // over 2 years ago
  • 🛠 Fixed

    • Display the original value in errors from minimum, maximum, exclusiveMinimum, exclusiveMaximum. #215
    • Switch from chrono to time==0.3.3 due to RUSTSEC-2020-0159 in older time versions that chrono depends on.