v1.13.0
- Add
crxanddexmodules to Python invoke API (#534). - Add Python API for specifying the metadata that should be passed to modules (6bebe34):
- Output filenames that needs reformatting when using
yr fmt --check(#538) - Improve code completion suggestions in language server.
- BUGFIX: issue while parsing imports in
machomodule (#544). - BUGFIX: preserve duplicate metadata entries when using
-output-format=json(#550). - BUGFIX: logic error causing a use-after-free in the block scanning API (0d1763e).
- BUGFIX: panic when an error occurs at the end of a source file, but the last character is a multi-byte UTF-8 character (56bff8a).
Contributors: @dguido @wxsBSD @PeterMatula @latonis