chore(release): 0.1.0 [skip ci]

## [0.1.0](https://github.com/propeller-heads/tycho-execution/compare/0.0.1...0.1.0) (2025-01-17)

### Features

* Add chain in config.json for the executor addresses ([f5df1bb](f5df1bbd87))
* Add evm feature gate ([6c6ba21](6c6ba21894))

### Bug Fixes

* Make executor_address a String instead of Address ([1d3ac22](1d3ac22087))
This commit is contained in:
semantic-release-bot
2025-01-17 15:22:16 +00:00
parent 66719ac2d0
commit b07cb9bc76
3 changed files with 15 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -3039,7 +3039,7 @@ dependencies = [
[[package]]
name = "tycho-execution"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"alloy",
"alloy-primitives",