diff --git a/CHANGELOG.md b/CHANGELOG.md index a2bbf5116..e50a9fa5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,3 +24,9 @@ Skipped - hierarchial debug was added. - clvm command linetools: supported more command line features in both compiler front-ends. +## 0.1.35 + +- embed-file was added. +- &rest arguments. +- new bls and sec256 operators. + diff --git a/Cargo.lock b/Cargo.lock index 6cc688bc4..165533baa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clvm_tools_rs" -version = "0.1.34" +version = "0.1.35" dependencies = [ "binascii", "bls12_381", diff --git a/Cargo.toml b/Cargo.toml index 63337780e..195c56297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm_tools_rs" -version = "0.1.34" +version = "0.1.35" edition = "2018" authors = ["Art Yerkes "] description = "tools for working with chialisp language; compiler, repl, python and wasm bindings" diff --git a/wasm/Cargo.lock b/wasm/Cargo.lock index e6087b96a..c64baa9f3 100644 --- a/wasm/Cargo.lock +++ b/wasm/Cargo.lock @@ -117,7 +117,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clvm_tools_rs" -version = "0.1.34" +version = "0.1.35" dependencies = [ "binascii", "bls12_381", @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "clvm_tools_wasm" -version = "0.1.34" +version = "0.1.35" dependencies = [ "clvm_tools_rs", "clvmr", diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 4388b2dc0..95c8cc9d2 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm_tools_wasm" -version = "0.1.34" +version = "0.1.35" edition = "2018" authors = ["Art Yerkes "] description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"