Merge branch 'main' into router/hr/ENG-4035-Balancer-V2-Executor

This commit is contained in:
Harsh Vardhan Roy
2025-01-27 22:58:20 +05:30
committed by GitHub
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)

2
Cargo.lock generated
View File

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

View File

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