Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 5f2e7ae

Browse files
Merge pull request #209 from Chia-Network/20230808-version-bump
Version bump for new release
2 parents dd19af3 + e3b35f0 commit 5f2e7ae

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ Skipped
2424
- hierarchial debug was added.
2525
- clvm command linetools: supported more command line features in both compiler front-ends.
2626

27+
## 0.1.35
28+
29+
- embed-file was added.
30+
- &rest arguments.
31+
- new bls and sec256 operators.
32+

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.34"
3+
version = "0.1.35"
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.34"
3+
version = "0.1.35"
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)