From 5046ca03ea79cae6a57e64db5a080f34ea48d716 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:18:05 -0700 Subject: [PATCH] chore: release (#890) --- Cargo.lock | 40 ++++++++++++++++++++-------------------- bindings/CHANGELOG.md | 5 +++++ bindings/Cargo.toml | 2 +- engine/CHANGELOG.md | 5 +++++ engine/Cargo.toml | 2 +- macros/CHANGELOG.md | 5 +++++ macros/Cargo.toml | 2 +- 7 files changed, 38 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b4c0bc4..ee478ab2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,10 +217,10 @@ version = "0.4.15" dependencies = [ "Inflector", "anyhow", - "arbiter-bindings 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "arbiter-bindings 0.1.4", "arbiter-core 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "arbiter-engine 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "arbiter-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "arbiter-engine 0.2.0", + "arbiter-macros 0.1.1", "assert_cmd", "async-trait", "clap", @@ -245,6 +245,8 @@ dependencies = [ [[package]] name = "arbiter-bindings" version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d0333ea5e6f32bef018cd4a035ff0241899947d8e0c87346c868ec5d4bb51fc" dependencies = [ "ethers", "serde", @@ -252,9 +254,7 @@ dependencies = [ [[package]] name = "arbiter-bindings" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d0333ea5e6f32bef018cd4a035ff0241899947d8e0c87346c868ec5d4bb51fc" +version = "0.1.5" dependencies = [ "ethers", "serde", @@ -264,7 +264,7 @@ dependencies = [ name = "arbiter-core" version = "0.10.2" dependencies = [ - "arbiter-bindings 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "arbiter-bindings 0.1.4", "assert_matches", "async-stream", "async-trait", @@ -298,7 +298,7 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a6168baef0eb9e7c22d4b02e1edf526a4588edc97551b0cde96ec296f9b801b" dependencies = [ - "arbiter-bindings 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "arbiter-bindings 0.1.4", "async-stream", "async-trait", "bytes", @@ -324,11 +324,13 @@ dependencies = [ [[package]] name = "arbiter-engine" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fe11da508518e823bf75dd0e4c20fed24214c09f2458e7db933c9f6dbfd885e" dependencies = [ "anyhow", - "arbiter-bindings 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "arbiter-bindings 0.1.4", "arbiter-core 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "arbiter-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "arbiter-macros 0.1.1", "async-stream", "async-trait", "crossbeam-channel", @@ -342,20 +344,16 @@ dependencies = [ "tokio-stream", "toml 0.8.10", "tracing", - "tracing-subscriber", - "tracing-test", ] [[package]] name = "arbiter-engine" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fe11da508518e823bf75dd0e4c20fed24214c09f2458e7db933c9f6dbfd885e" +version = "0.2.1" dependencies = [ "anyhow", - "arbiter-bindings 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "arbiter-bindings 0.1.4", "arbiter-core 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "arbiter-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "arbiter-macros 0.1.1", "async-stream", "async-trait", "crossbeam-channel", @@ -369,11 +367,15 @@ dependencies = [ "tokio-stream", "toml 0.8.10", "tracing", + "tracing-subscriber", + "tracing-test", ] [[package]] name = "arbiter-macros" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a685a9ee2090c7113919cb78d9e87e294b4f65e22f43c5938c301b853b78e411" dependencies = [ "quote", "syn 2.0.48", @@ -381,9 +383,7 @@ dependencies = [ [[package]] name = "arbiter-macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a685a9ee2090c7113919cb78d9e87e294b4f65e22f43c5938c301b853b78e411" +version = "0.1.2" dependencies = [ "quote", "syn 2.0.48", diff --git a/bindings/CHANGELOG.md b/bindings/CHANGELOG.md index 00f93659..387f9caf 100644 --- a/bindings/CHANGELOG.md +++ b/bindings/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/primitivefinance/arbiter/compare/arbiter-bindings-v0.1.4...arbiter-bindings-v0.1.5) - 2024-02-15 + +### Other +- rename directories ([#889](https://github.com/primitivefinance/arbiter/pull/889)) + ## [0.1.4](https://github.com/primitivefinance/arbiter/compare/arbiter-bindings-v0.1.3...arbiter-bindings-v0.1.4) - 2024-02-13 ### Added diff --git a/bindings/Cargo.toml b/bindings/Cargo.toml index 679314ba..3f074a1a 100644 --- a/bindings/Cargo.toml +++ b/bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arbiter-bindings" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "Rust bindings for common solidity smart contracts" license = "Apache-2.0" diff --git a/engine/CHANGELOG.md b/engine/CHANGELOG.md index fca87760..50a30f4c 100644 --- a/engine/CHANGELOG.md +++ b/engine/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.2.0...arbiter-engine-v0.2.1) - 2024-02-15 + +### Other +- update Cargo.toml dependencies + ## [0.2.0](https://github.com/primitivefinance/arbiter/compare/arbiter-engine-v0.1.1...arbiter-engine-v0.2.0) - 2024-02-13 ### Added diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 2caf9cb6..a60da25b 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arbiter-engine" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = [ "Waylon Jepsen ", diff --git a/macros/CHANGELOG.md b/macros/CHANGELOG.md index dc61850c..d4189c5f 100644 --- a/macros/CHANGELOG.md +++ b/macros/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/primitivefinance/arbiter/compare/arbiter-macros-v0.1.1...arbiter-macros-v0.1.2) - 2024-02-15 + +### Other +- update docs ([#891](https://github.com/primitivefinance/arbiter/pull/891)) + ## [0.1.1](https://github.com/primitivefinance/arbiter/compare/arbiter-macros-v0.1.0...arbiter-macros-v0.1.1) - 2024-02-13 ### Added diff --git a/macros/Cargo.toml b/macros/Cargo.toml index a8714f4a..b55df67c 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arbiter-macros" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = [ "Matt Czernik ",