* Fixed default handler of `ModifyingVisitor` for `OfExpression` to not crash and be correctly called from Python bindings
3.13.2
* Added `YaraFile::expandRulePrefixFromOrigin` to expand rule prefixes from the viewpoint of a specific rule * Added `IdWildcardExpression` into Python bindings
3.13.1
* Fixed Python bindings to work again in recusrive visitors
3.13.0
* Yaramod now fully supports YARA 4.2 syntax * Added support for `<N> of <rule_set>` ([214](https://github.com/avast/yaramod/pull/214)) * Upgraded pybind11 to v2.9.2
3.12.8
* Fixed parsing of `\r` escape sequence in strings which was added in YARA 4.2