From ba3fc5816db294641e358d4e0311a7d81f10d74f Mon Sep 17 00:00:00 2001 From: arty Date: Tue, 8 Aug 2023 14:53:04 -0700 Subject: [PATCH 1/2] Version bump for new release --- Cargo.lock | 2 +- Cargo.toml | 2 +- wasm/Cargo.lock | 4 ++-- wasm/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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" From e3b35f0e3d1789dea2816d21bdf473e2b191586f Mon Sep 17 00:00:00 2001 From: arty Date: Tue, 8 Aug 2023 15:00:15 -0700 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. +