chore(release): 0.29.0 [skip ci]

## [0.29.0](https://github.com/propeller-heads/tycho-execution/compare/0.28.0...0.29.0) (2025-02-04)

### Features

* add swap encoder test in balancer v2 executor ([6333072](6333072178))

### Bug Fixes

* executor test naming ([e6310d6](e6310d65d1))
This commit is contained in:
semantic-release-bot
2025-02-04 15:46:38 +00:00
parent 43772b61cf
commit e21a8de6c9
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
## [0.29.0](https://github.com/propeller-heads/tycho-execution/compare/0.28.0...0.29.0) (2025-02-04)
### Features
* add swap encoder test in balancer v2 executor ([6333072](https://github.com/propeller-heads/tycho-execution/commit/6333072178b77bdc9a7950ed0ab84f30695d1b72))
### Bug Fixes
* executor test naming ([e6310d6](https://github.com/propeller-heads/tycho-execution/commit/e6310d65d1cb1c37ef0cef55090bf4abbe1fb275))
## [0.28.0](https://github.com/propeller-heads/tycho-execution/compare/0.27.0...0.28.0) (2025-02-04)

2
Cargo.lock generated
View File

@@ -4163,7 +4163,7 @@ dependencies = [
[[package]]
name = "tycho-execution"
version = "0.28.0"
version = "0.29.0"
dependencies = [
"alloy",
"alloy-primitives",

View File

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