From e15ed9b16e248d5bb2347f43b3624584d262a8ae Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Wed, 23 Apr 2025 11:04:50 +0100 Subject: [PATCH] Revert "chore(release): 1.1.0 [skip ci]" This reverts commit 6ec1d1de5ad8922bd80d56b3d76c377f02343ee2. Took 14 minutes --- CHANGELOG.md | 7 ------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55171cd..c94a5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,3 @@ -## [1.1.0](https://github.com/propeller-heads/tycho-execution/compare/1.0.2...1.1.0) (2025-04-23) - - -### Features - -* Update tycho-encode bin with new arguments ([7646a57](https://github.com/propeller-heads/tycho-execution/commit/7646a5705c3c5b703c5c121f4e666f167220ea13)) - ## [1.0.2](https://github.com/propeller-heads/tycho-execution/compare/1.0.1...1.0.2) (2025-04-23) diff --git a/Cargo.lock b/Cargo.lock index 101e632..af44f3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4341,7 +4341,7 @@ dependencies = [ [[package]] name = "tycho-execution" -version = "1.1.0" +version = "1.0.2" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index a500803..455ee5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-execution" -version = "1.1.0" +version = "1.0.2" edition = "2021" description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors." repository = "https://github.com/propeller-heads/tycho-execution"