Skip to content

Commit

Permalink
bump version to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkirejczyk committed Jul 25, 2019
1 parent bfbf2d5 commit a3e28c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/release-notes/2.0.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* Upgrade solc to 0.5.10
* deployContract accepts two formats now:
```ts
interface StandardContractJSON {
abi: any;
evm: {bytecode: {object: any}};
}

interface SimpleContractJSON {
abi: any[];
bytecode: string;
}
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ethereum-waffle",
"description": "Sweeter, faster and simpler than truffle.",
"version": "2.0.14",
"version": "2.0.15",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down

0 comments on commit a3e28c6

Please sign in to comment.