Skip to content

v3.1.1

Compare
Choose a tag to compare
@aaronjeline aaronjeline released this 14 Mar 19:14
· 17 commits to release/3.1.x since this release
b689fdf

Release 3.1.1, available on crates.io

Fixed

  • ValidationResult methods validation_errors and validation_warnings, along with
    confusable_string_checker, now return iterators with static lifetimes instead of
    custom lifetimes, fixing build for latest nightly Rust. (#712)
  • Validation for the in operator to no longer reports an error when comparing actions
    in different namespaces. (#704, resolving #642)

Full Changelog: v3.1.0...v3.1.1