Skip to content

Commit 2d23e3f

Browse files
bum version 2.0.1; release notes
1 parent b093aca commit 2d23e3f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/release-notes/2.0.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Summary
2+
This release introduces minor fixes and functionalities.
3+
4+
## Windows support
5+
Thanks to the work of [@yaram](https://github.com/yaram) Waffle should now work on windows.
6+
7+
## Configurable allowedPaths for native solc compilation
8+
Waffle configuration file has now new field: `allowedPaths`. It allows to adding extra `--allow-paths` for natvie solc compiler. That might be required to make Waffle work with monorepos using [lerna](https://lernajs.io/).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ethereum-waffle",
33
"description": "Sweeter, faster and simpler than truffle.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)",
66
"repository": "[email protected]:EthWorks/Waffle.git",
77
"private": false,

0 commit comments

Comments
 (0)