Features & improvements:
- added support for Solidity 0.8.31, 0.8.32 and 0.8.33 [core]
- improved warning compilation messages when files cannot be compiled together due to version constraints [core]
- improved warning compilation messages when a file from a subproject is included into a different subproject [core]
- limited the maximum number of running solc instances in parallel to CPU count [core]
- documented how to use contract-defined invariants in fuzz tests [documentation]
Fixes:
incrementalcompilation setting is now respected on compilation JSON import & export [core]- fixed
read_storage_variableandwrite_storage_variablewhen working with contract and enum types [testing framework]