From 74c11bf1f694dd245610f0a1520f713ccde0d8f9 Mon Sep 17 00:00:00 2001 From: Dylan Paiton Date: Fri, 24 May 2024 12:41:46 -0700 Subject: [PATCH] v0.15.6 (#114) # Resolved Issues # Description # Review Checklists Please check each item **before approving** the pull request. While going through the checklist, it is recommended to leave comments on items that are referenced in the checklist to make sure that they are reviewed. - [ ] **Testing** - [ ] Are there new or updated unit or integration tests? - [ ] Do the tests cover the happy paths? - [ ] Do the tests cover the unhappy paths? - [ ] Are there an adequate number of fuzz tests to ensure that we are covering the full input space? - [ ] If matching Solidity behavior, are there differential fuzz tests that ensure that Rust matches Solidity? --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- bindings/hyperdrivepy/pyproject.toml | 2 +- bindings/hyperdrivepy/setup.py | 2 +- pyproject.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78cffe31..176c9a2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1091,7 +1091,7 @@ dependencies = [ [[package]] name = "fixed-point" -version = "0.15.5" +version = "0.15.6" dependencies = [ "ethers", "eyre", @@ -1496,7 +1496,7 @@ dependencies = [ [[package]] name = "hyperdrive-math" -version = "0.15.5" +version = "0.15.6" dependencies = [ "ethers", "eyre", @@ -1512,7 +1512,7 @@ dependencies = [ [[package]] name = "hyperdrive-test-utils" -version = "0.15.5" +version = "0.15.6" dependencies = [ "async-trait", "dotenvy", @@ -1534,7 +1534,7 @@ dependencies = [ [[package]] name = "hyperdrive-wrappers" -version = "0.15.5" +version = "0.15.6" dependencies = [ "dotenv", "ethers", @@ -1550,7 +1550,7 @@ dependencies = [ [[package]] name = "hyperdrivepy" -version = "0.15.5" +version = "0.15.6" dependencies = [ "ethers", "eyre", @@ -3278,7 +3278,7 @@ dependencies = [ [[package]] name = "test-utils" -version = "0.15.5" +version = "0.15.6" dependencies = [ "async-trait", "ethers", diff --git a/Cargo.toml b/Cargo.toml index 4176ccd8..b9575062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ [workspace.package] name="hyperdrive-rs" -version="0.15.5" +version="0.15.6" authors = [ "Alex Towle ", "Dylan Paiton ", diff --git a/bindings/hyperdrivepy/pyproject.toml b/bindings/hyperdrivepy/pyproject.toml index ffb9aa86..bffcb5a6 100644 --- a/bindings/hyperdrivepy/pyproject.toml +++ b/bindings/hyperdrivepy/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hyperdrivepy" -version = "0.15.5" +version = "0.15.6" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust", diff --git a/bindings/hyperdrivepy/setup.py b/bindings/hyperdrivepy/setup.py index b67875f1..c24bdf99 100644 --- a/bindings/hyperdrivepy/setup.py +++ b/bindings/hyperdrivepy/setup.py @@ -5,7 +5,7 @@ setup( name="hyperdrivepy", - version="0.15.5", + version="0.15.6", packages=["hyperdrivepy"], package_dir={"": "python"}, rust_extensions=[ diff --git a/pyproject.toml b/pyproject.toml index 3bcd2a44..c8552127 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hyperdrivepy" -version = "0.15.5" +version = "0.15.6" authors = [ { name = "Dylan Paiton", email = "dylan@delv.tech" }, { name = "Matthew Brown", email = "matt@delv.tech" },