- Enable decoding of ``boolean`` values returned by contract function calls.
0.3.0
-----
- Removed ``watch`` command in favor of passing ``--watch`` into the ``compile`` command. - Add granular control to the ``compile`` command so that you can specify specific files, contract names, or a combination of the two.
0.2.0
-----
- Update to ``pypi`` version of ``eth-testrpc`` - Add new watch command which observes the project contracts and recompiles them when they change. - Improved shell output for compile command. - Re-organized portions of the ``utils`` module into a new ``compilation`` module.
0.1.4
-----
- Fix broken import in ``cli`` module.
0.1.3
-----
- Remove the local RPC client in favor of using https://github.com/pipermerriam/ethereum-rpc-client