From 7271ed91b770f5812e52b0acfa56bb85532fbb70 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jan 2025 16:43:17 +0000 Subject: [PATCH] chore(release): 0.71.0 [skip ci] ## [0.71.0](https://github.com/propeller-heads/tycho-simulation/compare/0.70.0...0.71.0) (2025-01-30) ### Features * add uniswap_v4 to examples ([54843b7](https://github.com/propeller-heads/tycho-simulation/commit/54843b79e06de97e776721bff1ed67a8568b7a16)) ### Bug Fixes * undo optimize imports formatting ([6f7a1da](https://github.com/propeller-heads/tycho-simulation/commit/6f7a1dac87a8f353093d92f96f6c97907b53b877)) --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- tycho_simulation_py/Cargo.toml | 2 +- tycho_simulation_py/pyproject.toml | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5504b7..077b6294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.71.0](https://github.com/propeller-heads/tycho-simulation/compare/0.70.0...0.71.0) (2025-01-30) + + +### Features + +* add uniswap_v4 to examples ([54843b7](https://github.com/propeller-heads/tycho-simulation/commit/54843b79e06de97e776721bff1ed67a8568b7a16)) + + +### Bug Fixes + +* undo optimize imports formatting ([6f7a1da](https://github.com/propeller-heads/tycho-simulation/commit/6f7a1dac87a8f353093d92f96f6c97907b53b877)) + ## [0.70.0](https://github.com/propeller-heads/tycho-simulation/compare/0.69.0...0.70.0) (2025-01-21) diff --git a/Cargo.lock b/Cargo.lock index 91b73843..60434e3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "_tycho_simulation_py" -version = "0.70.0" +version = "0.71.0" dependencies = [ "alloy", "num-bigint", @@ -7120,7 +7120,7 @@ dependencies = [ [[package]] name = "tycho-simulation" -version = "0.70.0" +version = "0.71.0" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 6bb030fe..eaa47103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-simulation" -version = "0.70.0" +version = "0.71.0" edition = "2021" [workspace] diff --git a/tycho_simulation_py/Cargo.toml b/tycho_simulation_py/Cargo.toml index fe9f45dc..edf7a5a5 100644 --- a/tycho_simulation_py/Cargo.toml +++ b/tycho_simulation_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_tycho_simulation_py" -version = "0.70.0" +version = "0.71.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tycho_simulation_py/pyproject.toml b/tycho_simulation_py/pyproject.toml index 08c42c28..49521afe 100644 --- a/tycho_simulation_py/pyproject.toml +++ b/tycho_simulation_py/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "tycho-simulation-py" -version = "0.70.0" +version = "0.71.0" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust",