chore(release): 0.77.0 [skip ci]

## [0.77.0](https://github.com/propeller-heads/tycho-execution/compare/0.76.0...0.77.0) (2025-04-07)

### Features

* add curve executor with router tests ([7cde513](7cde5130d6))
* allow executor to do native swaps, add diff pool type tests ([93bdc86](93bdc86dc6))
* Refactor Curve Executor not to use the router ([9f21842](9f2184258a))

### Bug Fixes

* fix slither CI action ([42d1ab3](42d1ab36fd))
* Improve curve executor tests and docstrings ([f468a78](f468a7831a))
* Remove unnecessary test method ([49aefc8](49aefc8c2a))
* resolve pr comments ([9e2a9f5](9e2a9f5329))
This commit is contained in:
semantic-release-bot
2025-04-07 16:04:21 +00:00
parent 8d26293a86
commit f7cdc6f537
3 changed files with 19 additions and 2 deletions

View File

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