From 4b034446181640072f669a9b341579da9fbc8d8d Mon Sep 17 00:00:00 2001 From: arty Date: Tue, 26 Mar 2024 21:08:18 -0700 Subject: [PATCH] Bump version for release. --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- wasm/Cargo.lock | 4 ++-- wasm/Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d01a998d..ff6875b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # clvm_tools_rs Changelog +## 0.1.41 +### Changed +- Addition of assemble, disassemble and compile from string to python api. +### Fixed +- Issue in parsing lambdas supporting the LSP. + ## 0.1.34 ### Fixed - Fixed chialisp compilation issues diff --git a/Cargo.lock b/Cargo.lock index 5e9d41ed5..51bba9667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "clvm_tools_rs" -version = "0.1.40" +version = "0.1.41" dependencies = [ "binascii", "bls12_381", diff --git a/Cargo.toml b/Cargo.toml index 6df76426d..1a91688f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm_tools_rs" -version = "0.1.40" +version = "0.1.41" 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 0b2ca4b21..3bcc6037c 100644 --- a/wasm/Cargo.lock +++ b/wasm/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "clvm_tools_rs" -version = "0.1.40" +version = "0.1.41" dependencies = [ "binascii", "bls12_381", @@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "clvm_tools_wasm" -version = "0.1.40" +version = "0.1.41" dependencies = [ "clvm_tools_rs", "clvmr", diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 568a15a9d..6b8516e4f 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm_tools_wasm" -version = "0.1.40" +version = "0.1.41" edition = "2018" authors = ["Art Yerkes "] description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"