diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f4a53d..2a1a940a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.60.1](https://github.com/propeller-heads/tycho-simulation/compare/0.60.0...0.60.1) (2024-12-13) + + +### Bug Fixes + +* Move load_all_tokens to simulation's utils ([cce65a7](https://github.com/propeller-heads/tycho-simulation/commit/cce65a7cbc5669c53bad08d6e550de4580853fdb)) + ## [0.60.0](https://github.com/propeller-heads/tycho-simulation/compare/0.59.3...0.60.0) (2024-12-13) diff --git a/Cargo.lock b/Cargo.lock index 04667762..6138275b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "_tycho_simulation_py" -version = "0.60.0" +version = "0.60.1" dependencies = [ "alloy", "num-bigint", @@ -7651,7 +7651,7 @@ dependencies = [ [[package]] name = "tycho-simulation" -version = "0.60.0" +version = "0.60.1" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index bee5fc08..d1b42741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-simulation" -version = "0.60.0" +version = "0.60.1" edition = "2021" [workspace] diff --git a/tycho_simulation_py/Cargo.toml b/tycho_simulation_py/Cargo.toml index d268ff4d..94d844fb 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.0" +version = "0.60.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 44d34fcf..065003f3 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.0" +version = "0.60.1" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust",