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:
semantic-release-bot
2025-10-09 13:07:45 +00:00
parent 1e89bf8b1e
commit 82891881fe
3 changed files with 9 additions and 2 deletions

View File

@@ -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) ## [0.130.0](https://github.com/propeller-heads/tycho-execution/compare/0.129.3...0.130.0) (2025-10-09)

2
Cargo.lock generated
View File

@@ -4785,7 +4785,7 @@ dependencies = [
[[package]] [[package]]
name = "tycho-execution" name = "tycho-execution"
version = "0.130.0" version = "0.130.1"
dependencies = [ dependencies = [
"alloy", "alloy",
"async-trait", "async-trait",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "tycho-execution" name = "tycho-execution"
version = "0.130.0" version = "0.130.1"
edition = "2021" edition = "2021"
description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors." description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors."
repository = "https://github.com/propeller-heads/tycho-execution" repository = "https://github.com/propeller-heads/tycho-execution"