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

Commit

Permalink
Merge pull request #209 from Chia-Network/20230808-version-bump
Browse files Browse the repository at this point in the history
Version bump for new release
  • Loading branch information
prozacchiwawa committed Aug 8, 2023
2 parents dd19af3 + e3b35f0 commit 5f2e7ae
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ Skipped
- hierarchial debug was added.
- clvm command linetools: supported more command line features in both compiler front-ends.

## 0.1.35

- embed-file was added.
- &rest arguments.
- new bls and sec256 operators.

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.34"
version = "0.1.35"
edition = "2018"
authors = ["Art Yerkes <art.yerkes@gmail.com>"]
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.34"
version = "0.1.35"
edition = "2018"
authors = ["Art Yerkes <art.yerkes@gmail.com>"]
description = "tools for working with chialisp language; compiler, repl, python and wasm bindings"
Expand Down

0 comments on commit 5f2e7ae

Please sign in to comment.