From b03c58d833400b45cd0625c1221ba89d6bc9e075 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Apr 2025 14:25:10 +0000 Subject: [PATCH] chore(release): 0.84.0 [skip ci] ## [0.84.0](https://github.com/propeller-heads/tycho-execution/compare/0.83.0...0.84.0) (2025-04-28) ### Features * Clear transient storage after swap call ([1b003dc](https://github.com/propeller-heads/tycho-execution/commit/1b003dc483d0e6cc01c5fd6d46ea9f28fc1c0aa6)) --- 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 872d5ff..6f1fa06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.84.0](https://github.com/propeller-heads/tycho-execution/compare/0.83.0...0.84.0) (2025-04-28) + + +### Features + +* Clear transient storage after swap call ([1b003dc](https://github.com/propeller-heads/tycho-execution/commit/1b003dc483d0e6cc01c5fd6d46ea9f28fc1c0aa6)) + ## [0.83.0](https://github.com/propeller-heads/tycho-execution/compare/0.82.1...0.83.0) (2025-04-28) diff --git a/Cargo.lock b/Cargo.lock index 3d28358..4106bac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4454,7 +4454,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.83.0" +version = "0.84.0" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index b522e7b..ff9d729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.83.0" +version = "0.84.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"