From 1e4bb44ceb83bac02d63839bf553d4c52e905650 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Sep 2025 10:35:41 +0000 Subject: [PATCH] chore(release): 0.129.0 [skip ci] ## [0.129.0](https://github.com/propeller-heads/tycho-execution/compare/0.128.1...0.129.0) (2025-09-30) ### Features * Update tycho-common version ([6c5e17a](https://github.com/propeller-heads/tycho-execution/commit/6c5e17a6701e426dcd19eb433cee22f11e55ce02)) --- 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 95a0f61..57f5e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.129.0](https://github.com/propeller-heads/tycho-execution/compare/0.128.1...0.129.0) (2025-09-30) + + +### Features + +* Update tycho-common version ([6c5e17a](https://github.com/propeller-heads/tycho-execution/commit/6c5e17a6701e426dcd19eb433cee22f11e55ce02)) + ## [0.128.1](https://github.com/propeller-heads/tycho-execution/compare/0.128.0...0.128.1) (2025-09-29) diff --git a/Cargo.lock b/Cargo.lock index 1da4cdf..8bafab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4684,7 +4684,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.128.1" +version = "0.129.0" dependencies = [ "alloy", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d7ec90c..bb4e36a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.128.1" +version = "0.129.0" edition = "2021" description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors." repository = "https://github.com/propeller-heads/tycho-execution"