Skip to content

Commit ceedaa6

Browse files
chore(release): 0.14.0 [skip ci]
## [0.14.0](propeller-heads/tycho-execution@0.13.0...0.14.0) (2025-01-24) ### Features * delegatecall to executor in SwapExecutionDispatcher ([e91ee96](propeller-heads/tycho-execution@e91ee96)) * Emit event when removing executor ([1fabff1](propeller-heads/tycho-execution@1fabff1)) ### Bug Fixes * ISwapExecutor shouldn't be payable ([3df17e8](propeller-heads/tycho-execution@3df17e8)) * Silence slither warnings ([b616e11](propeller-heads/tycho-execution@b616e11))
1 parent 7265301 commit ceedaa6

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.14.0](https://github.com/propeller-heads/tycho-execution/compare/0.13.0...0.14.0) (2025-01-24)
2+
3+
4+
### Features
5+
6+
* delegatecall to executor in SwapExecutionDispatcher ([e91ee96](https://github.com/propeller-heads/tycho-execution/commit/e91ee9612995eb038fb0f0c837438976cedc9a9a))
7+
* Emit event when removing executor ([1fabff1](https://github.com/propeller-heads/tycho-execution/commit/1fabff19c4427caee0a758e2f89336ea784462cb))
8+
9+
10+
### Bug Fixes
11+
12+
* ISwapExecutor shouldn't be payable ([3df17e8](https://github.com/propeller-heads/tycho-execution/commit/3df17e892491fbb47bf6ed03680b0fb7fbb68140))
13+
* Silence slither warnings ([b616e11](https://github.com/propeller-heads/tycho-execution/commit/b616e11354ee325dcbecff70caf4e7daf4d144d0))
14+
115
## [0.13.0](https://github.com/propeller-heads/tycho-execution/compare/0.12.0...0.13.0) (2025-01-23)
216

317

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tycho-execution"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)