diff --git a/CHANGELOG.md b/CHANGELOG.md index 1502af0c..e2cf10f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.79.1](https://github.com/propeller-heads/tycho-simulation/compare/0.79.0...0.79.1) (2025-02-27) + + +### Bug Fixes + +* 0.25% slippage check in quickstart ([3aedb2f](https://github.com/propeller-heads/tycho-simulation/commit/3aedb2f874aafd93b54ecddc71585e487b2925f9)) + ## [0.79.0](https://github.com/propeller-heads/tycho-simulation/compare/0.78.1...0.79.0) (2025-02-27) diff --git a/Cargo.lock b/Cargo.lock index f7b454ce..f310c69e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "_tycho_simulation_py" -version = "0.79.0" +version = "0.79.1" dependencies = [ "alloy 0.5.4", "num-bigint", @@ -7897,7 +7897,7 @@ dependencies = [ [[package]] name = "tycho-simulation" -version = "0.79.0" +version = "0.79.1" dependencies = [ "alloy 0.5.4", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 29a8a758..93ebf364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-simulation" -version = "0.79.0" +version = "0.79.1" edition = "2021" [workspace] diff --git a/tycho_simulation_py/Cargo.toml b/tycho_simulation_py/Cargo.toml index 37f22619..e1182bb0 100644 --- a/tycho_simulation_py/Cargo.toml +++ b/tycho_simulation_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_tycho_simulation_py" -version = "0.79.0" +version = "0.79.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 d29c2f9d..3545d1d6 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.79.0" +version = "0.79.1" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust",