Skip to content

Commit

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

### Bug Fixes

* **ci:** 🐛 Do not run tests in this action. Tests have dedicated action ([9450692](9450692))
* **ci:** 🐛 Remove the `--target` from `cargo build` and `cargo test` ([2c13892](2c13892))
* **ci:** 🐛 Run tests only on Ubuntu ([81f0e16](81f0e16))
* **ci:** 🐛 Set `bash` as shell execution ([35ecb74](35ecb74))
* **ci:** 🐛 Use actions-rust-lang/setup-rust-toolchain@v1 ([9649c1b](9649c1b))
  • Loading branch information
semantic-release-bot committed Nov 2, 2023
1 parent 2f88ffe commit b3596c0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.9.1](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.0...v1.9.1) (2023-11-02)


### Bug Fixes

* **ci:** :bug: Do not run tests in this action. Tests have dedicated action ([9450692](https://github.com/SpiralOutDotEu/zk_whitelist/commit/9450692506a9dc759d05bb1d9c0304d86c8e7b6d))
* **ci:** :bug: Remove the `--target` from `cargo build` and `cargo test` ([2c13892](https://github.com/SpiralOutDotEu/zk_whitelist/commit/2c138921523e66e563e0e40a9846b97a0907a530))
* **ci:** :bug: Run tests only on Ubuntu ([81f0e16](https://github.com/SpiralOutDotEu/zk_whitelist/commit/81f0e161b233cdd2c01c415e3a49c09475fb5d5f))
* **ci:** :bug: Set `bash` as shell execution ([35ecb74](https://github.com/SpiralOutDotEu/zk_whitelist/commit/35ecb74b5a95ec27538c2c3264bfc4898d6d8e38))
* **ci:** :bug: Use actions-rust-lang/setup-rust-toolchain@v1 ([9649c1b](https://github.com/SpiralOutDotEu/zk_whitelist/commit/9649c1b85baff251cad9df94bb6e04f8a7f3293a))

# [1.9.0](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.8.0...v1.9.0) (2023-11-02)


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.9.0"
version = "1.9.1"
edition = "2021"

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

0 comments on commit b3596c0

Please sign in to comment.