From 82891881fe323c7f90056cc7164e70f8d44387d4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Oct 2025 13:07:45 +0000 Subject: [PATCH] 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](https://github.com/propeller-heads/tycho-execution/commit/8c3483e971e2fa5099fc2c5dcac2220791eeeba4)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 604da43..51c415a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index a774d10..6208bf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4785,7 +4785,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.130.0" +version = "0.130.1" dependencies = [ "alloy", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 47912e6..4d0869b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"