From 86405d99f9d40913d16a02649ba21b6b9ada3eb5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Sep 2025 18:27:01 +0000 Subject: [PATCH] chore(release): 0.128.1 [skip ci] ## [0.128.1](https://github.com/propeller-heads/tycho-execution/compare/0.128.0...0.128.1) (2025-09-29) ### Bug Fixes * Bump tycho-common & alloy version ([100522c](https://github.com/propeller-heads/tycho-execution/commit/100522caa0c45abdb7298a1876029adc2689c126)) --- 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 e109013..95a0f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.128.1](https://github.com/propeller-heads/tycho-execution/compare/0.128.0...0.128.1) (2025-09-29) + + +### Bug Fixes + +* Bump tycho-common & alloy version ([100522c](https://github.com/propeller-heads/tycho-execution/commit/100522caa0c45abdb7298a1876029adc2689c126)) + ## [0.128.0](https://github.com/propeller-heads/tycho-execution/compare/0.127.0...0.128.0) (2025-09-25) diff --git a/Cargo.lock b/Cargo.lock index 9379d3a..1da4cdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4684,7 +4684,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.128.0" +version = "0.128.1" dependencies = [ "alloy", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 2fdf7be..c54a6a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.128.0" +version = "0.128.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"