- Bugfix for solc installation for certain platform.
1.2.1
-----
- Add support for `solc==0.4.13`
1.2.0
-----
- Add support for `solc==0.4.12` - Experimental `solc` installation feature. Install solc using the `solc.install_solc` function or `python -m solc.install v0.4.12`
1.1.0
-----
- Add support for `solc==0.4.11` - Add support for `--standard-json` command line argument via `compile_standard` function. - Add support for `--allow-paths` command line argument via `allow_paths` kwarg.
1.0.1
-----
- Expands test suite to include solidity `0.4.7`, `0.4.8` and `0.4.9`