diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b58b09b..a0a8d5278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,3 +34,12 @@ Skipped - modern lambda added - updated some internal data strucutres and call interfaces to support env variable renaming at during closure generation / lambda capture, or any step during transformation. + +## 0.1.37 + +- First npm publish with a Program-like object reminiscent of + chia.types.blockchain_format.program.Program + +## 0.1.38 + +- Uncurry fix, typescript type improvements for npm personality. diff --git a/Cargo.lock b/Cargo.lock index 9df64be37..ca77d6836 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clvm_tools_rs" -version = "0.1.37" +version = "0.1.38" dependencies = [ "binascii", "bls12_381", diff --git a/Cargo.toml b/Cargo.toml index aef8081c0..a0a465bc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm_tools_rs" -version = "0.1.37" +version = "0.1.38" 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 7feb6b4c3..e26fc9f6f 100644 --- a/wasm/Cargo.lock +++ b/wasm/Cargo.lock @@ -117,7 +117,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clvm_tools_rs" -version = "0.1.37" +version = "0.1.38" dependencies = [ "binascii", "bls12_381", @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "clvm_tools_wasm" -version = "0.1.37" +version = "0.1.38" dependencies = [ "clvm_tools_rs", "clvmr", diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index bb4a5e88a..089ca4833 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm_tools_wasm" -version = "0.1.37" +version = "0.1.38" edition = "2018" authors = ["Art Yerkes "] description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"