v3.1.1
·
17 commits
to release/3.1.x
since this release
Release 3.1.1, available on crates.io
Fixed
ValidationResult
methodsvalidation_errors
andvalidation_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