chore(release): 0.18.0 [skip ci]

## [0.18.0](https://github.com/propeller-heads/tycho-execution/compare/0.17.0...0.18.0) (2025-01-27)

### Features

* Perform staticcall to CallbackVerifier ([ad0748e](ad0748e9c3))
This commit is contained in:
semantic-release-bot
2025-01-27 15:24:42 +00:00
parent 0e0c13b169
commit cfa80d77b9
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [0.18.0](https://github.com/propeller-heads/tycho-execution/compare/0.17.0...0.18.0) (2025-01-27)
### Features
* Perform staticcall to CallbackVerifier ([ad0748e](https://github.com/propeller-heads/tycho-execution/commit/ad0748e9c3b2431ae29be8477534853029efa27d))
## [0.17.0](https://github.com/propeller-heads/tycho-execution/compare/0.16.0...0.17.0) (2025-01-27) ## [0.17.0](https://github.com/propeller-heads/tycho-execution/compare/0.16.0...0.17.0) (2025-01-27)

2
Cargo.lock generated
View File

@@ -4163,7 +4163,7 @@ dependencies = [
[[package]] [[package]]
name = "tycho-execution" name = "tycho-execution"
version = "0.17.0" version = "0.18.0"
dependencies = [ dependencies = [
"alloy", "alloy",
"alloy-primitives", "alloy-primitives",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "tycho-execution" name = "tycho-execution"
version = "0.17.0" version = "0.18.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]