This bugfix release continues support for Go 1.19 and the upcoming Go 1.20, and features:
- Support obfuscating code which uses "dot imports" - #610
- Fix linking errors for MIPS architectures - #646
- Compiler intrinsics for packages like
math/bits
work again - #655
Thanks to @pagran and @lu4p for their contributions!