From ba4fbfdfd40693403f5d024a6a104ecf7e0bf334 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Feb 2025 08:57:14 +0000 Subject: [PATCH] chore(release): 0.75.0 [skip ci] ## [0.75.0](https://github.com/propeller-heads/tycho-simulation/compare/0.74.4...0.75.0) (2025-02-17) ### Features * track contract to pool state map on tycho decoder ([1750dcf](https://github.com/propeller-heads/tycho-simulation/commit/1750dcf57e66915b7a078ca9ba32c3aa8384b089)) * trigger pool updates on related contract changes ([f19e656](https://github.com/propeller-heads/tycho-simulation/commit/f19e656b538006e0be69787d8306b931780fd66c)) ### Bug Fixes * update both new and existing pools related to the contract updated ([33284ad](https://github.com/propeller-heads/tycho-simulation/commit/33284ad3b269f7dc24265c91970128a656341489)) --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- tycho_simulation_py/Cargo.toml | 2 +- tycho_simulation_py/pyproject.toml | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 923c59fb..96776aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.75.0](https://github.com/propeller-heads/tycho-simulation/compare/0.74.4...0.75.0) (2025-02-17) + + +### Features + +* track contract to pool state map on tycho decoder ([1750dcf](https://github.com/propeller-heads/tycho-simulation/commit/1750dcf57e66915b7a078ca9ba32c3aa8384b089)) +* trigger pool updates on related contract changes ([f19e656](https://github.com/propeller-heads/tycho-simulation/commit/f19e656b538006e0be69787d8306b931780fd66c)) + + +### Bug Fixes + +* update both new and existing pools related to the contract updated ([33284ad](https://github.com/propeller-heads/tycho-simulation/commit/33284ad3b269f7dc24265c91970128a656341489)) + ## [0.74.4](https://github.com/propeller-heads/tycho-simulation/compare/0.74.3...0.74.4) (2025-02-14) ## [0.74.3](https://github.com/propeller-heads/tycho-simulation/compare/0.74.2...0.74.3) (2025-02-13) diff --git a/Cargo.lock b/Cargo.lock index 7fbbe3dc..fe1bc3be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "_tycho_simulation_py" -version = "0.74.4" +version = "0.75.0" dependencies = [ "alloy", "num-bigint", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "tycho-simulation" -version = "0.74.4" +version = "0.75.0" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index a526614c..17cdc950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-simulation" -version = "0.74.4" +version = "0.75.0" edition = "2021" [workspace] diff --git a/tycho_simulation_py/Cargo.toml b/tycho_simulation_py/Cargo.toml index 3f2b3104..921512a9 100644 --- a/tycho_simulation_py/Cargo.toml +++ b/tycho_simulation_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_tycho_simulation_py" -version = "0.74.4" +version = "0.75.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 211a8956..8f246ce1 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.74.4" +version = "0.75.0" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust",