Skip to content

Commit

Permalink
chore(release): 0.54.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.54.0](0.53.1...0.54.0) (2025-02-27)

### Features

* Deploy all executors ([f95c74f](f95c74f))

### Bug Fixes

* Add a value to the Transaction if token in is ETH ([05a1843](05a1843))
* Get correct runtime everywhere ([6a6f2d3](6a6f2d3))
* the key for univ4 fee is key_lp_fee ([9eb4299](9eb4299))
  • Loading branch information
semantic-release-bot committed Feb 27, 2025
1 parent 28353fa commit 87e7394
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.54.0](https://github.com/propeller-heads/tycho-execution/compare/0.53.1...0.54.0) (2025-02-27)


### Features

* Deploy all executors ([f95c74f](https://github.com/propeller-heads/tycho-execution/commit/f95c74fbc67b32e65617691fc07f015878be324b))


### Bug Fixes

* Add a value to the Transaction if token in is ETH ([05a1843](https://github.com/propeller-heads/tycho-execution/commit/05a1843f9c3f916d4af8fbf67cccf3b3b94aeab8))
* Get correct runtime everywhere ([6a6f2d3](https://github.com/propeller-heads/tycho-execution/commit/6a6f2d322102c71a13f3fab5b9b1ef406af1fbbc))
* the key for univ4 fee is key_lp_fee ([9eb4299](https://github.com/propeller-heads/tycho-execution/commit/9eb4299ffe4561f7f9d24e8a09a78b376b62889b))

## [0.53.1](https://github.com/propeller-heads/tycho-execution/compare/0.53.0...0.53.1) (2025-02-27)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-execution"
version = "0.53.1"
version = "0.54.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 87e7394

Please sign in to comment.