chore(release): 0.78.1 [skip ci]

## [0.78.1](https://github.com/propeller-heads/tycho-execution/compare/0.78.0...0.78.1) (2025-04-09)

### Bug Fixes

* Curve factory addresses are utf-8 encoded ([ce71894](ce7189423f))
This commit is contained in:
semantic-release-bot
2025-04-09 08:39:42 +00:00
parent 09a06d8b53
commit 62754b195e
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [0.78.1](https://github.com/propeller-heads/tycho-execution/compare/0.78.0...0.78.1) (2025-04-09)
### Bug Fixes
* Curve factory addresses are utf-8 encoded ([ce71894](https://github.com/propeller-heads/tycho-execution/commit/ce7189423f90881cdaf9f8682d39fc47bfd1ce39))
## [0.78.0](https://github.com/propeller-heads/tycho-execution/compare/0.77.0...0.78.0) (2025-04-08)

2
Cargo.lock generated
View File

@@ -4341,7 +4341,7 @@ dependencies = [
[[package]]
name = "tycho-execution"
version = "0.78.0"
version = "0.78.1"
dependencies = [
"alloy",
"alloy-primitives",

View File

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