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](1b003dc483))
This commit is contained in:
semantic-release-bot
2025-04-28 14:25:10 +00:00
parent ff14c8f144
commit b03c58d833
3 changed files with 9 additions and 2 deletions

View File

@@ -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)

2
Cargo.lock generated
View File

@@ -4454,7 +4454,7 @@ dependencies = [
[[package]]
name = "tycho-execution"
version = "0.83.0"
version = "0.84.0"
dependencies = [
"alloy",
"alloy-primitives",

View File

@@ -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"