chore(release): 0.119.0 [skip ci]

## [0.119.0](https://github.com/propeller-heads/tycho-execution/compare/0.118.0...0.119.0) (2025-08-21)

### Features

* Add BytecodeExporter to TestUtils ([cea964e](cea964e0a5))
This commit is contained in:
semantic-release-bot
2025-08-21 17:28:31 +00:00
parent f2d0bd3567
commit e45a0fef95
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [0.119.0](https://github.com/propeller-heads/tycho-execution/compare/0.118.0...0.119.0) (2025-08-21)
### Features
* Add BytecodeExporter to TestUtils ([cea964e](https://github.com/propeller-heads/tycho-execution/commit/cea964e0a54a75b1bd89007794daf467b812f021))
## [0.118.0](https://github.com/propeller-heads/tycho-execution/compare/0.117.0...0.118.0) (2025-08-21)

2
Cargo.lock generated
View File

@@ -4659,7 +4659,7 @@ dependencies = [
[[package]]
name = "tycho-execution"
version = "0.118.0"
version = "0.119.0"
dependencies = [
"alloy",
"async-trait",

View File

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