Skip to content

Commit

Permalink
Merge pull request #78 from Chia-Network/20240326-version-bump
Browse files Browse the repository at this point in the history
Bump version for release.
  • Loading branch information
prozacchiwawa committed Mar 28, 2024
2 parents 1e5d549 + 0f22375 commit a9deaba
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
@@ -1,5 +1,11 @@
# clvm_tools_rs Changelog

## 0.1.41
### Changed
- Addition of assemble, disassemble and compile from string to python api.
### Fixed
- Issue in parsing lambdas supporting the LSP.

## 0.1.34
### Fixed
- Fixed chialisp compilation issues
Expand Down
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.40"
version = "0.1.41"
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.40"
version = "0.1.41"
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 a9deaba

Please sign in to comment.