chore(release): 0.14.0 [skip ci]

## [0.14.0](https://github.com/propeller-heads/tycho-execution/compare/0.13.0...0.14.0) (2025-01-24)

### Features

* delegatecall to executor in SwapExecutionDispatcher ([e91ee96](e91ee96129))
* Emit event when removing executor ([1fabff1](1fabff19c4))

### Bug Fixes

* ISwapExecutor shouldn't be payable ([3df17e8](3df17e8924))
* Silence slither warnings ([b616e11](b616e11354))
This commit is contained in:
semantic-release-bot
2025-01-24 16:51:12 +00:00
parent 7265301531
commit ceedaa6348
3 changed files with 16 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tycho-execution"
version = "0.13.0"
version = "0.14.0"
edition = "2021"
[dependencies]