From 6ada7f2a51b1059f64980d9a95810d191bbaefe0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Jun 2025 14:55:23 +0000 Subject: [PATCH] chore(release): 0.99.0 [skip ci] ## [0.99.0](https://github.com/propeller-heads/tycho-execution/compare/0.98.0...0.99.0) (2025-06-05) ### Features * Extend Swap to hold user_data: Option ([eec50f8](https://github.com/propeller-heads/tycho-execution/commit/eec50f88222adb89154f127a98fd8da380025381)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23be554..a4d705f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.99.0](https://github.com/propeller-heads/tycho-execution/compare/0.98.0...0.99.0) (2025-06-05) + + +### Features + +* Extend Swap to hold user_data: Option ([eec50f8](https://github.com/propeller-heads/tycho-execution/commit/eec50f88222adb89154f127a98fd8da380025381)) + ## [0.98.0](https://github.com/propeller-heads/tycho-execution/compare/0.97.0...0.98.0) (2025-06-05) diff --git a/Cargo.lock b/Cargo.lock index 5580d59..4035068 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4658,7 +4658,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "0.98.0" +version = "0.99.0" dependencies = [ "alloy", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 276aadd..138564f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "0.98.0" +version = "0.99.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"