Skip to content

Commit

Permalink
Merge remote-tracking branch 'gh/base' into 20230227-defmac
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Oct 18, 2023
2 parents 9181d18 + c23d4dc commit a28e4da
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clvm_tools_rs"
version = "0.1.37"
version = "0.1.38"
edition = "2018"
authors = ["Art Yerkes <[email protected]>"]
description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"
Expand Down
4 changes: 2 additions & 2 deletions wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clvm_tools_wasm"
version = "0.1.37"
version = "0.1.38"
edition = "2018"
authors = ["Art Yerkes <[email protected]>"]
description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"
Expand Down

0 comments on commit a28e4da

Please sign in to comment.