From 3af77b1d7df439f7b453e1302751134a3ad38e49 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2024 16:03:53 +0000 Subject: [PATCH] chore(release): 0.62.2 [skip ci] ## [0.62.2](https://github.com/propeller-heads/tycho-simulation/compare/0.62.1...0.62.2) (2024-12-19) ### Bug Fixes * Make the ERC20.bin filepath dependent on CARGO_MANIFEST_DIR ([2d20d30](https://github.com/propeller-heads/tycho-simulation/commit/2d20d3076d4b3ff074dc7999dd62ec26c311ede0)) --- 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 8923020d..606919cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.62.2](https://github.com/propeller-heads/tycho-simulation/compare/0.62.1...0.62.2) (2024-12-19) + + +### Bug Fixes + +* Make the ERC20.bin filepath dependent on CARGO_MANIFEST_DIR ([2d20d30](https://github.com/propeller-heads/tycho-simulation/commit/2d20d3076d4b3ff074dc7999dd62ec26c311ede0)) + ## [0.62.1](https://github.com/propeller-heads/tycho-simulation/compare/0.62.0...0.62.1) (2024-12-19) diff --git a/Cargo.lock b/Cargo.lock index 17d48665..b097c011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "_tycho_simulation_py" -version = "0.62.1" +version = "0.62.2" dependencies = [ "alloy", "num-bigint", @@ -7120,7 +7120,7 @@ dependencies = [ [[package]] name = "tycho-simulation" -version = "0.62.1" +version = "0.62.2" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 076b70eb..5092bcaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-simulation" -version = "0.62.1" +version = "0.62.2" edition = "2021" [workspace] diff --git a/tycho_simulation_py/Cargo.toml b/tycho_simulation_py/Cargo.toml index 11bfffd5..fbea0cf8 100644 --- a/tycho_simulation_py/Cargo.toml +++ b/tycho_simulation_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_tycho_simulation_py" -version = "0.62.1" +version = "0.62.2" 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 0d0cca0a..55c1dc7a 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.62.1" +version = "0.62.2" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust",