Skip to content

Commit c23d4dc

Browse files
Merge pull request Chia-Network#48 from Chia-Network/20231004-version-bump
Bump version for improvements
2 parents 59f1505 + d19eea8 commit c23d4dc

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ Skipped
3434

3535
- modern lambda added
3636
- updated some internal data strucutres and call interfaces to support env variable renaming at during closure generation / lambda capture, or any step during transformation.
37+
38+
## 0.1.37
39+
40+
- First npm publish with a Program-like object reminiscent of
41+
chia.types.blockchain_format.program.Program
42+
43+
## 0.1.38
44+
45+
- Uncurry fix, typescript type improvements for npm personality.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_tools_rs"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition = "2018"
55
authors = ["Art Yerkes <[email protected]>"]
66
description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"

wasm/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clvm_tools_wasm"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition = "2018"
55
authors = ["Art Yerkes <[email protected]>"]
66
description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"

0 commit comments

Comments
 (0)