From eb05dbcf274d9fd5b0d05a1728c5a95eff7d6896 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Oct 2025 09:40:57 +0000 Subject: [PATCH] chore(release): 0.129.3 [skip ci] ## [0.129.3](https://github.com/propeller-heads/tycho-execution/compare/0.129.2...0.129.3) (2025-10-09) --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc4148..7de2723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.129.3](https://github.com/propeller-heads/tycho-execution/compare/0.129.2...0.129.3) (2025-10-09) + ## [0.129.2](https://github.com/propeller-heads/tycho-execution/compare/0.129.1...0.129.2) (2025-10-09) ## [0.129.1](https://github.com/propeller-heads/tycho-execution/compare/0.129.0...0.129.1) (2025-10-07) diff --git a/Cargo.lock b/Cargo.lock index 9fc85c0..4011429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4785,7 +4785,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.129.2" +version = "0.129.3" dependencies = [ "alloy", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 884b709..b180902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.129.2" +version = "0.129.3" edition = "2021" description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors." repository = "https://github.com/propeller-heads/tycho-execution"