chore(release): 0.4.0 [skip ci]

## [0.4.0](https://github.com/propeller-heads/tycho-execution/compare/0.3.0...0.4.0) (2025-01-20)

### Features

* Add Slither to CI ([f0620bd](f0620bd180))
* Add Slither to README.md and include contract file to test ([2998bb3](2998bb3fb1))

### Bug Fixes

* Bump to latest Solidity version (0.8.28) ([f987125](f987125489)), closes [src/Counter.sol#2](https://github.com/src/Counter.sol/issues/2)
* Specify foundry subdir when running slither in CI ([40f0a2a](40f0a2a2b7))
This commit is contained in:
semantic-release-bot
2025-01-20 14:21:36 +00:00
parent 3037edd3ab
commit 8a709b3033
3 changed files with 16 additions and 2 deletions

2
Cargo.lock generated
View File

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