- Fix bug where wrapper didn't use the provided alternative solc binary path. - Fix issue where compile result solc version wouldn't match actual compiler version if custom compiler path was used. - Use `gevent`
0.3.0
-----
- Graceful failure mode when no contracts are found in the compiler output.
0.2.1
-----
- Bugfix when no installed version of solc is found - Confirm that imported versions of solc are still working
0.2.0
-----
- Add `link_code` function.
0.1.1
-----
- Better verbosity when building from source fails