What's Changed
- Corner cases when mutating arguments in the make function have been fixed; the following will be ignored when mutating:
- Binary operations (addition, subtraction, multiplication, division, etc.)
- Unary operators (+, -, etc.)
- Direct numeric literal
- Fixed the regular expression for searching for a build tag in a test file
Full Changelog: v2.3...v2.3.1