chore(release): 0.129.0 [skip ci]

## [0.129.0](https://github.com/propeller-heads/tycho-execution/compare/0.128.1...0.129.0) (2025-09-30)

### Features

* Update tycho-common version ([6c5e17a](6c5e17a670))
This commit is contained in:
semantic-release-bot
2025-09-30 10:35:41 +00:00
parent 0d5f6b31d7
commit 1e4bb44ceb
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [0.129.0](https://github.com/propeller-heads/tycho-execution/compare/0.128.1...0.129.0) (2025-09-30)
### Features
* Update tycho-common version ([6c5e17a](https://github.com/propeller-heads/tycho-execution/commit/6c5e17a6701e426dcd19eb433cee22f11e55ce02))
## [0.128.1](https://github.com/propeller-heads/tycho-execution/compare/0.128.0...0.128.1) (2025-09-29) ## [0.128.1](https://github.com/propeller-heads/tycho-execution/compare/0.128.0...0.128.1) (2025-09-29)

2
Cargo.lock generated
View File

@@ -4684,7 +4684,7 @@ dependencies = [
[[package]] [[package]]
name = "tycho-execution" name = "tycho-execution"
version = "0.128.1" version = "0.129.0"
dependencies = [ dependencies = [
"alloy", "alloy",
"async-trait", "async-trait",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "tycho-execution" name = "tycho-execution"
version = "0.128.1" version = "0.129.0"
edition = "2021" edition = "2021"
description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors." description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors."
repository = "https://github.com/propeller-heads/tycho-execution" repository = "https://github.com/propeller-heads/tycho-execution"