Skip to content

Commit

Permalink
feat(release): append release note
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Dec 23, 2023
1 parent 48fcc06 commit 432c86b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.8"
version = "0.1.9"
authors = ["clearloop"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down Expand Up @@ -52,19 +52,19 @@ wasm-opt = "0.116.0"
wasmparser = "0.118.1"
wat = "1.0.82"

## Local packages
## EVM packages
opcodes = { package = "evm-opcodes", path = "evm/opcodes", version = "=0.0.3", features = [ "data" ] }
sol-abi = { path = "evm/abi", version = "=0.0.1" }

## Zink packages
elko = { path = "elko", version = "0.1.8" }
filetests = { package = "zinkc-filetests", path = "compiler/filetests", version = "0.1.8" }
zabi = { path = "abi", version = "0.1.8" }
zingen = { path = "codegen", version = "0.1.8" }
zinkc = { path = "compiler", version = "0.1.8" }
zink = { path = ".", version = "0.1.8" }
zink-codegen = { path = "zink/codegen", version = "0.1.8" }
zint = { path = "zint", version = "0.1.8" }
elko = { path = "elko", version = "0.1.9" }
filetests = { package = "zinkc-filetests", path = "compiler/filetests", version = "0.1.9" }
zabi = { path = "abi", version = "0.1.9" }
zingen = { path = "codegen", version = "0.1.9" }
zink = { path = ".", version = "0.1.9" }
zink-codegen = { path = "zink/codegen", version = "0.1.9" }
zinkc = { path = "compiler", version = "0.1.9" }
zint = { path = "zint", version = "0.1.9" }

# Zink Programming Language
# -------------------------
Expand Down
3 changes: 3 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- Refactor conta with `toml_edit`
- Optional exports wasm-opt from zinkc
- Use full revm instead of ethers in zint
- Remove ethers
- Move out ccli and conta
- Use `anyhow::Result` intead for the result of `zint`

Check warning on line 10 in RELEASES.md

View workflow job for this annotation

GitHub Actions / Check

"intead" should be "instead".

### FIXED

Expand Down

0 comments on commit 432c86b

Please sign in to comment.