This release extends crytic-compile capacities and fixes a bug related to the file encoding.
Added
- Support for native `solc` in truffle (https://github.com/crytic/crytic-compile/pull/20)
- Add etherlime> 2.0.0 support (https://github.com/crytic/crytic-compile/issues/19)
- Add support for a list of different `solc` versions (https://github.com/crytic/crytic-compile/pull/18)
Changed
- Cli: return -1 if the compilation failed (https://github.com/crytic/crytic-compile/issues/21)
Fixed
- Fix utf8 related bugs (https://github.com/crytic/crytic-compile/commit/95a0b1a6b934d2e1674e6310f7ca71db459cfb42, https://github.com/crytic/crytic-compile/commit/5901c747c53c6546bc73d9dd90caf84b76b76457)