chore(release): 0.63.0 [skip ci]

## [0.63.0](https://github.com/propeller-heads/tycho-execution/compare/0.62.0...0.63.0) (2025-03-10)

### Features

* add cyclicSwapAmountOut tracker in _swap, add split cylic tests ([4d67df4](4d67df4096))

### Bug Fixes

* amountConsumed check in _swapChecked for cyclic swap ([91f36fe](91f36fe328))
* remove amountIn addition to amountOut in _swap for cyclic swaps, add testCyclicSwapWithTwoPools test to verify ([57acbd5](57acbd58c5))
This commit is contained in:
semantic-release-bot
2025-03-10 18:10:17 +00:00
parent a0305d853c
commit 0a95fa83e7
3 changed files with 15 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4340,7 +4340,7 @@ dependencies = [
[[package]]
name = "tycho-execution"
version = "0.62.0"
version = "0.63.0"
dependencies = [
"alloy",
"alloy-primitives",