solface 0.1.1: Add SPDX header and pragma to generated output
This version adds the following command-line arguments to solface
:
-license
allows you to specify a license to be used in theSPDX-License-Identifier
header for the generated output-pragma
allows you to specify a Solidity pragma constraint for the generated output
These changes make it so that the solface generated code can compile directly without errors with any solidity build tool (e.g. Hardhat, Foundry, Brownie).
Full Changelog: v0.1.0...v0.1.1