We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc43368 commit 0837c7dCopy full SHA for 0837c7d
CHANGELOG
@@ -1,3 +1,11 @@
1
+0.3.0
2
+-----
3
+
4
+- Removed `watch` command in favor of passing `--watch` into the `compile`
5
+ command.
6
+- Add granular control to the `compile` command so that you can specify
7
+ specific files, contract names, or a combination of the two.
8
9
0.2.0
10
-----
11
setup.py
@@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup, find_packages
12
-version = '0.2.0'
+version = '0.3.0'
13
14
readme = open(os.path.join(DIR, 'README.md')).read()
15
0 commit comments