From 32c2d529710165ba93096e7a317015d56484f4f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Apr 2025 13:45:34 +0000 Subject: [PATCH] chore(release): 0.82.1 [skip ci] ## [0.82.1](https://github.com/propeller-heads/tycho-execution/compare/0.82.0...0.82.1) (2025-04-24) ### Bug Fixes * Make clippy happy after new format! format ([7bf0b48](https://github.com/propeller-heads/tycho-execution/commit/7bf0b48ea6ac536ba7d52b1e2e3bfb50deecd1cf)) --- 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 ab0f1c8..d6386b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.82.1](https://github.com/propeller-heads/tycho-execution/compare/0.82.0...0.82.1) (2025-04-24) + + +### Bug Fixes + +* Make clippy happy after new format! format ([7bf0b48](https://github.com/propeller-heads/tycho-execution/commit/7bf0b48ea6ac536ba7d52b1e2e3bfb50deecd1cf)) + ## [0.82.0](https://github.com/propeller-heads/tycho-execution/compare/0.81.0...0.82.0) (2025-04-23) diff --git a/Cargo.lock b/Cargo.lock index 09e2566..b8b0860 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4454,7 +4454,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.82.0" +version = "0.82.1" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 5dd9a40..7059fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.82.0" +version = "0.82.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"