From 71c32122657e667fc34cf45382cb301935c371ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Feb 2025 18:34:03 +0000 Subject: [PATCH] chore(release): 0.78.1 [skip ci] ## [0.78.1](https://github.com/propeller-heads/tycho-simulation/compare/0.78.0...0.78.1) (2025-02-27) ### Bug Fixes * Update tycho-execution tag ([bde0944](https://github.com/propeller-heads/tycho-simulation/commit/bde0944d8803579665fadfc5121853f5214b1056)) --- 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 0f2b23e9..295f2056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.78.1](https://github.com/propeller-heads/tycho-simulation/compare/0.78.0...0.78.1) (2025-02-27) + + +### Bug Fixes + +* Update tycho-execution tag ([bde0944](https://github.com/propeller-heads/tycho-simulation/commit/bde0944d8803579665fadfc5121853f5214b1056)) + ## [0.78.0](https://github.com/propeller-heads/tycho-simulation/compare/0.77.2...0.78.0) (2025-02-27) diff --git a/Cargo.lock b/Cargo.lock index 1a9b9556..7ba8617c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "_tycho_simulation_py" -version = "0.78.0" +version = "0.78.1" dependencies = [ "alloy 0.5.4", "num-bigint", @@ -7897,7 +7897,7 @@ dependencies = [ [[package]] name = "tycho-simulation" -version = "0.78.0" +version = "0.78.1" dependencies = [ "alloy 0.5.4", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index c5283bd2..fdab2a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-simulation" -version = "0.78.0" +version = "0.78.1" edition = "2021" [workspace] diff --git a/tycho_simulation_py/Cargo.toml b/tycho_simulation_py/Cargo.toml index b932d762..0a0ed356 100644 --- a/tycho_simulation_py/Cargo.toml +++ b/tycho_simulation_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_tycho_simulation_py" -version = "0.78.0" +version = "0.78.1" 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 133a57e2..9a540344 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.78.0" +version = "0.78.1" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust",