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

Commit 93f6715

Browse files
authored
Changed versiont to 0.1.34 (#179)
* Changed versiont to 0.1.34 * Changed versiont to 0.1.34
1 parent e56071b commit 93f6715

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# clvm_tools_rs Changelog
22

3+
## 0.1.34
4+
### Fixed
5+
- Fixed chialisp compilation issues
6+
7+
38
## 0.1.33
49
### Changed
510
- Set macOS deployment target to 10.14

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.33"
3+
version = "0.1.34"
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.33"
3+
version = "0.1.34"
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)