From aa16846d4ea4e0bceaa890eafbaede4bd769cf64 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Feb 2025 14:58:32 +0000 Subject: [PATCH] chore(release): 0.76.0 [skip ci] ## [0.76.0](https://github.com/propeller-heads/tycho-simulation/compare/0.75.0...0.76.0) (2025-02-18) ### Features * **example:** add base into the `price-printer` example ([b414fac](https://github.com/propeller-heads/tycho-simulation/commit/b414facadc297cdf81e98031814d44bb2bf67471)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- tycho_simulation_py/Cargo.toml | 2 +- tycho_simulation_py/pyproject.toml | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96776aff..5b6a251d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.76.0](https://github.com/propeller-heads/tycho-simulation/compare/0.75.0...0.76.0) (2025-02-18) + + +### Features + +* **example:** add base into the `price-printer` example ([b414fac](https://github.com/propeller-heads/tycho-simulation/commit/b414facadc297cdf81e98031814d44bb2bf67471)) + ## [0.75.0](https://github.com/propeller-heads/tycho-simulation/compare/0.74.4...0.75.0) (2025-02-17) diff --git a/Cargo.lock b/Cargo.lock index fe1bc3be..3ce043bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "_tycho_simulation_py" -version = "0.75.0" +version = "0.76.0" dependencies = [ "alloy", "num-bigint", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "tycho-simulation" -version = "0.75.0" +version = "0.76.0" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 17cdc950..afe221d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-simulation" -version = "0.75.0" +version = "0.76.0" edition = "2021" [workspace] diff --git a/tycho_simulation_py/Cargo.toml b/tycho_simulation_py/Cargo.toml index 921512a9..861c6d41 100644 --- a/tycho_simulation_py/Cargo.toml +++ b/tycho_simulation_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_tycho_simulation_py" -version = "0.75.0" +version = "0.76.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 8f246ce1..64a6cd32 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.75.0" +version = "0.76.0" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust",