diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1a940a..fae7b9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.60.2](https://github.com/propeller-heads/tycho-simulation/compare/0.60.1...0.60.2) (2024-12-13) + + +### Bug Fixes + +* Add tokens which are not already included in state guard ([86bbb3e](https://github.com/propeller-heads/tycho-simulation/commit/86bbb3e1acde9f6a095789d54954599916acd201)) + ## [0.60.1](https://github.com/propeller-heads/tycho-simulation/compare/0.60.0...0.60.1) (2024-12-13) diff --git a/Cargo.lock b/Cargo.lock index 6138275b..7474c337 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "_tycho_simulation_py" -version = "0.60.1" +version = "0.60.2" dependencies = [ "alloy", "num-bigint", @@ -7651,7 +7651,7 @@ dependencies = [ [[package]] name = "tycho-simulation" -version = "0.60.1" +version = "0.60.2" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index d1b42741..b8d4b1a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-simulation" -version = "0.60.1" +version = "0.60.2" edition = "2021" [workspace] diff --git a/tycho_simulation_py/Cargo.toml b/tycho_simulation_py/Cargo.toml index 94d844fb..91f87991 100644 --- a/tycho_simulation_py/Cargo.toml +++ b/tycho_simulation_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_tycho_simulation_py" -version = "0.60.1" +version = "0.60.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 065003f3..2c91d0ff 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.60.1" +version = "0.60.2" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust",