chore(release): 1.0.2 [skip ci]

## [1.0.2](https://github.com/propeller-heads/tycho-execution/compare/1.0.1...1.0.2) (2025-04-23)

### Bug Fixes

* After merge test fixes ([4ac108e](4ac108e7d1))
This commit is contained in:
semantic-release-bot
2025-04-23 09:03:16 +00:00
committed by Diana Carvalho
parent 3604cc4667
commit b63aad9d2e
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/propeller-heads/tycho-execution/compare/1.0.1...1.0.2) (2025-04-23)
### Bug Fixes
* After merge test fixes ([4ac108e](https://github.com/propeller-heads/tycho-execution/commit/4ac108e7d1c2f65f8ecfadb606c6e365eb2c00db))
## [1.0.1](https://github.com/propeller-heads/tycho-execution/compare/1.0.0...1.0.1) (2025-04-23) ## [1.0.1](https://github.com/propeller-heads/tycho-execution/compare/1.0.0...1.0.1) (2025-04-23)

2
Cargo.lock generated
View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "tycho-execution" name = "tycho-execution"
version = "1.0.1" version = "1.0.2"
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"