chore(release): 0.130.1 [skip ci]
## [0.130.1](https://github.com/propeller-heads/tycho-execution/compare/0.130.0...0.130.1) (2025-10-09) ### Bug Fixes * Add new address of uniswapv4 executor ([8c3483e](8c3483e971))
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## [0.130.1](https://github.com/propeller-heads/tycho-execution/compare/0.130.0...0.130.1) (2025-10-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Add new address of uniswapv4 executor ([8c3483e](https://github.com/propeller-heads/tycho-execution/commit/8c3483e971e2fa5099fc2c5dcac2220791eeeba4))
|
||||
|
||||
## [0.130.0](https://github.com/propeller-heads/tycho-execution/compare/0.129.3...0.130.0) (2025-10-09)
|
||||
|
||||
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -4785,7 +4785,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tycho-execution"
|
||||
version = "0.130.0"
|
||||
version = "0.130.1"
|
||||
dependencies = [
|
||||
"alloy",
|
||||
"async-trait",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tycho-execution"
|
||||
version = "0.130.0"
|
||||
version = "0.130.1"
|
||||
edition = "2021"
|
||||
description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors."
|
||||
repository = "https://github.com/propeller-heads/tycho-execution"
|
||||
|
||||
Reference in New Issue
Block a user