aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/CHANGELOG.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-24 23:13:21 +0800
committerFabio Berger <me@fabioberger.com>2018-07-24 23:13:21 +0800
commit56f21f4bab2fd844961eb3f8366a421660d04706 (patch)
tree287b86096263641b9d0c3e7441dfdeb85e1ebb93 /packages/sol-compiler/CHANGELOG.md
parent9a36e73f4ed62871b2c39d129de0ac2c04aeba2b (diff)
parenta05b14e4d9659be1cc495ee33fd8962ce773f87f (diff)
downloaddexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar
dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar.gz
dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar.bz2
dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar.lz
dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar.xz
dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.tar.zst
dexon-sol-tools-56f21f4bab2fd844961eb3f8366a421660d04706.zip
Merge v2-prototype
Diffstat (limited to 'packages/sol-compiler/CHANGELOG.md')
-rw-r--r--packages/sol-compiler/CHANGELOG.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/packages/sol-compiler/CHANGELOG.md b/packages/sol-compiler/CHANGELOG.md
index 2ee2931a6..781c1794a 100644
--- a/packages/sol-compiler/CHANGELOG.md
+++ b/packages/sol-compiler/CHANGELOG.md
@@ -1,10 +1,18 @@
<!--
-This file is auto-generated using the monorepo-scripts package. Don't edit directly.
+changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
+## v1.0.1 - _July 23, 2018_
+
+ * Dependencies updated
+
+## v1.0.0 - _July 20, 2018_
+
+ * Dependencies updated
+
## v0.5.4 - _July 18, 2018_
* Dependencies updated
@@ -17,13 +25,15 @@ CHANGELOG
* Dependencies updated
-## v0.5.1 - _June 1, 2018_
+## v0.5.1 - _May 22, 2018_
- * Incorrect publish that was unpublished
+ * Make `opts` constructor parameter optional (#621)
+ * Add schema validation for compiler configuration (#621)
## v0.5.0 - _May 22, 2018_
* Properly export the executable binary (#588)
+ * Add the ability to define a specific solidity version (#589)
## v0.4.3 - _May 5, 2018_