v0.19.0
Breaking Changes
- Deprecate outdated path syntax by @nwagner84 in #685
- Adapt select/frequency to new path struct by @nwagner84 in #686
- Allow code ranges in path expressions by @nwagner84 in #684
Bugfixes
- Allow
Not
operands inOr
expressions by @nwagner84 in #688
Added
- Allow multi-field queries in
frequency
command by @nwagner84 in #687
Other Changes
- Fix clippy warnings by @nwagner84 in #679
- Fix cargo-upgrades job by @nwagner84 in #680
- Fix typo by @nwagner84 in #681
- Update
once_cell
from 1.17 to 1.18 by @nwagner84 in #682 - Update
tempfile
from 3.2 to 3.7 by @nwagner84 in #683
Full Changelog: v0.18.0...v0.19.0