diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de2723..604da43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.130.0](https://github.com/propeller-heads/tycho-execution/compare/0.129.3...0.130.0) (2025-10-09) + + +### Features + +* Support Euler low balance single swaps (univ4) ([f82ae3b](https://github.com/propeller-heads/tycho-execution/commit/f82ae3b92a82b27981f7178ec5d3c4cc7ec1329a)) + + +### Bug Fixes + +* Hook and hook data are per pool! not per swap ([d13b4d8](https://github.com/propeller-heads/tycho-execution/commit/d13b4d8586b8371ffd16100695aee80665000cd9)) +* Support Euler in swapExactInput ([b83f7c4](https://github.com/propeller-heads/tycho-execution/commit/b83f7c41f6eef289d2aa7a3e953124d184bdd785)) + ## [0.129.3](https://github.com/propeller-heads/tycho-execution/compare/0.129.2...0.129.3) (2025-10-09) ## [0.129.2](https://github.com/propeller-heads/tycho-execution/compare/0.129.1...0.129.2) (2025-10-09) diff --git a/Cargo.lock b/Cargo.lock index 4011429..a774d10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4785,7 +4785,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.129.3" +version = "0.130.0" dependencies = [ "alloy", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b180902..47912e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.129.3" +version = "0.130.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"