chore(release): 0.71.0 [skip ci]

## [0.71.0](https://github.com/propeller-heads/tycho-execution/compare/0.70.0...0.71.0) (2025-04-01)

### Features

* Update ekubo router address ([e3d25fc](e3d25fcd5e))

### Bug Fixes

* update ekubo_v2 executor ([57aa1c3](57aa1c3402))
This commit is contained in:
semantic-release-bot
2025-04-01 22:55:10 +00:00
parent 8a0dd96743
commit 3835842e88
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
## [0.71.0](https://github.com/propeller-heads/tycho-execution/compare/0.70.0...0.71.0) (2025-04-01)
### Features
* Update ekubo router address ([e3d25fc](https://github.com/propeller-heads/tycho-execution/commit/e3d25fcd5ed4e160fff10d5c346b12f0cb3328c6))
### Bug Fixes
* update ekubo_v2 executor ([57aa1c3](https://github.com/propeller-heads/tycho-execution/commit/57aa1c3402da976cfed38db2b46c584162cdbb69))
## [0.70.0](https://github.com/propeller-heads/tycho-execution/compare/0.69.0...0.70.0) (2025-03-31)

2
Cargo.lock generated
View File

@@ -4341,7 +4341,7 @@ dependencies = [
[[package]]
name = "tycho-execution"
version = "0.70.0"
version = "0.71.0"
dependencies = [
"alloy",
"alloy-primitives",

View File

@@ -1,6 +1,6 @@
[package]
name = "tycho-execution"
version = "0.70.0"
version = "0.71.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"