Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2023-11-02)

### Features

* **cli:** ✨ Add `token` command to generate a sample token contract ([59124e5](59124e5))
* **cli:** ✨ Add command `all` to run all the other commands end-2-end ([25c0886](25c0886))
* **cli:** ✨ Include `token` command on `all` command ([9501075](9501075))
  • Loading branch information
semantic-release-bot committed Nov 2, 2023
1 parent a1fb6bd commit 4c27418
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.9.0](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.8.0...v1.9.0) (2023-11-02)


### Features

* **cli:** :sparkles: Add `token` command to generate a sample token contract ([59124e5](https://github.com/SpiralOutDotEu/zk_whitelist/commit/59124e585d476e4d9934fb887c3c7948237375de))
* **cli:** :sparkles: Add command `all` to run all the other commands end-2-end ([25c0886](https://github.com/SpiralOutDotEu/zk_whitelist/commit/25c08866e71a36697612a3db51a5fc69676bec1c))
* **cli:** :sparkles: Include `token` command on `all` command ([9501075](https://github.com/SpiralOutDotEu/zk_whitelist/commit/9501075b55dfb5a401e43764d1f217c33faff741))

# [1.8.0](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.7.0...v1.8.0) (2023-11-01)


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 = "zk_whitelist"
version = "1.8.0"
version = "1.9.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 4c27418

Please sign in to comment.