* Started doing YARA-X compatibility with adding `with` expression and expression arrays `(..., ...)` ([264](https://github.com/avast/yaramod/pull/264), [#265](https://github.com/avast/yaramod/pull/265))
3.23.0
* Added support for `vt` module
3.22.0
* Added deferred includes parsing mode for not automatically following and parsing includes but storing just paths, letting caller to handle includes themselves ([260](https://github.com/avast/yaramod/pull/260)) * Performance improvements in construction of `Yaramod` object * Several memory issues & stability fixes * Update of `re2` to the latest non-abseil version
3.21.0
* Python 3.12 compatibility - the package no longer relies on `distutils` but requires newer versions of `setuptools`
3.20.2
* fix: Deletion of tags no longer leaves trailing `:` ([254](https://github.com/avast/yaramod/pull/254)) * fix: Fixed missing attributes in `dotnet` module