chore(release): 0.117.0 [skip ci]

## [0.117.0](https://github.com/propeller-heads/tycho-execution/compare/0.116.0...0.117.0) (2025-08-21)

### Features

* implement `SwapEncoder` for `Hashflow` ([93db953](93db953c62))

### Bug Fixes

* in bebop's encode_swap, fail early if router address is not present ([c013bf7](c013bf7072))
* in hashflow's encode_swap, fail early if router address is not present ([c506f2c](c506f2c048))
* in HashflowExecutor, _balanceOf must use `trader` address instead of the executor's to get the balance ([a09d648](a09d648f3c))
This commit is contained in:
semantic-release-bot
2025-08-21 11:13:06 +00:00
parent f4d3fe75e8
commit 3aad792663
3 changed files with 16 additions and 2 deletions

View File

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