From f7e30db04e4316f93414155102738b7802944096 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 23:40:12 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ crates/client/CHANGELOG.md | 4 ++++ crates/client/Cargo.toml | 4 ++-- crates/scraper/CHANGELOG.md | 23 ++++++++++++++++++++++- crates/scraper/Cargo.toml | 4 ++-- crates/types/CHANGELOG.md | 2 ++ crates/types/Cargo.toml | 2 +- version.txt | 2 +- 9 files changed, 53 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d1acb17..89a019d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.8","crates/client":"0.2.2","crates/scraper":"0.2.5","crates/types":"0.1.1"} \ No newline at end of file +{".":"0.2.9","crates/client":"0.2.2","crates/scraper":"0.2.6","crates/types":"0.1.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df2e39..8762f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +### [0.2.9](https://github.com/YoloDev/3commas-rs/compare/ghcr.io/yolodev/three-commas-scraper-v0.2.8...ghcr.io/yolodev/three-commas-scraper-v0.2.9) (2021-12-30) + + +### Dependencies + +* update rust crate anyhow to 1.0.52 ([#35](https://github.com/YoloDev/3commas-rs/issues/35)) ([7e62834](https://github.com/YoloDev/3commas-rs/commit/7e6283480c72cf79f43a35cf1465b527d4751d89)) +* update rust crate clap to 3.0.0-rc.11 ([#43](https://github.com/YoloDev/3commas-rs/issues/43)) ([082975d](https://github.com/YoloDev/3commas-rs/commit/082975d2a4ce9ac44d5e21076fa628462eb101ad)) +* update rust crate clap to 3.0.0-rc.3 ([#29](https://github.com/YoloDev/3commas-rs/issues/29)) ([a7a0d56](https://github.com/YoloDev/3commas-rs/commit/a7a0d567bb9058c7da0333cc6ae0e4a217562516)) +* update rust crate clap to 3.0.0-rc.4 ([#31](https://github.com/YoloDev/3commas-rs/issues/31)) ([f52eb07](https://github.com/YoloDev/3commas-rs/commit/f52eb07d8ea0ac4e3fab74d7ee6b4f0b18a14115)) +* update rust crate clap to 3.0.0-rc.5 ([#32](https://github.com/YoloDev/3commas-rs/issues/32)) ([a164d2b](https://github.com/YoloDev/3commas-rs/commit/a164d2bbf77a2a3b9089472d68269fcb044722ee)) +* update rust crate clap to 3.0.0-rc.7 ([#33](https://github.com/YoloDev/3commas-rs/issues/33)) ([c945c41](https://github.com/YoloDev/3commas-rs/commit/c945c419e1ffc32c92fcf3c7c109fbf3542e90c2)) +* update rust crate clap to 3.0.0-rc.8 ([#36](https://github.com/YoloDev/3commas-rs/issues/36)) ([ac8c13f](https://github.com/YoloDev/3commas-rs/commit/ac8c13f9cd5512ae04be25031c5b2bff78a5f853)) +* update rust crate clap to 3.0.0-rc.9 ([#39](https://github.com/YoloDev/3commas-rs/issues/39)) ([cebd8d7](https://github.com/YoloDev/3commas-rs/commit/cebd8d7b726eb19ec2731a177c100749a0a9139a)) +* update rust crate futures to 0.3.19 ([#34](https://github.com/YoloDev/3commas-rs/issues/34)) ([6d3aabc](https://github.com/YoloDev/3commas-rs/commit/6d3aabc6b5056e2f0dd9afe77a0f622243f15db2)) +* update rust crate rust_decimal to 1.19.0 ([#38](https://github.com/YoloDev/3commas-rs/issues/38)) ([8f3e5d1](https://github.com/YoloDev/3commas-rs/commit/8f3e5d17a1f5792cc5abbfac426566213a9ff19c)) +* update rust crate tracing-subscriber to 0.3.4 ([#37](https://github.com/YoloDev/3commas-rs/issues/37)) ([9cdec28](https://github.com/YoloDev/3commas-rs/commit/9cdec28b902fa464328289be2382cbd7e775479f)) +* update rust crate tracing-subscriber to 0.3.5 ([#42](https://github.com/YoloDev/3commas-rs/issues/42)) ([23ebdde](https://github.com/YoloDev/3commas-rs/commit/23ebdde542a05512eb25585b37433605f2da2093)) + ### [0.2.8](https://www.github.com/YoloDev/3commas-rs/compare/ghcr.io/yolodev/three-commas-scraper-v0.2.7...ghcr.io/yolodev/three-commas-scraper-v0.2.8) (2021-12-09) diff --git a/crates/client/CHANGELOG.md b/crates/client/CHANGELOG.md index d034042..f7b5bc1 100644 --- a/crates/client/CHANGELOG.md +++ b/crates/client/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +* The following workspace dependencies were updated + * dependencies + * three-commas-types bumped from 0.1.1 to 0.1.2 + ### [0.2.2](https://www.github.com/YoloDev/3commas-rs/compare/three-commas-client-v0.2.1...three-commas-client-v0.2.2) (2021-12-09) diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index d9c3c6f..90b3da5 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "three-commas-client" -version = "0.2.2" +version = "0.2.3" edition = "2021" description = "3commas client" license = "MIT" @@ -23,7 +23,7 @@ thiserror = "1" tracing = "0.1" tracing-futures = "0.2" -three-commas-types = { version = "0.1.1", path = "../types" } +three-commas-types = { version = "0.1.2", path = "../types" } [dev-dependencies] async-std = { version = "1", features = ["attributes"] } diff --git a/crates/scraper/CHANGELOG.md b/crates/scraper/CHANGELOG.md index ae776c4..52850ea 100644 --- a/crates/scraper/CHANGELOG.md +++ b/crates/scraper/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +### [0.2.6](https://github.com/YoloDev/3commas-rs/compare/three-commas-scraper-v0.2.5...three-commas-scraper-v0.2.6) (2021-12-30) + + +### Dependencies + +* update rust crate anyhow to 1.0.52 ([#35](https://github.com/YoloDev/3commas-rs/issues/35)) ([7e62834](https://github.com/YoloDev/3commas-rs/commit/7e6283480c72cf79f43a35cf1465b527d4751d89)) +* update rust crate clap to 3.0.0-rc.11 ([#43](https://github.com/YoloDev/3commas-rs/issues/43)) ([082975d](https://github.com/YoloDev/3commas-rs/commit/082975d2a4ce9ac44d5e21076fa628462eb101ad)) +* update rust crate clap to 3.0.0-rc.3 ([#29](https://github.com/YoloDev/3commas-rs/issues/29)) ([a7a0d56](https://github.com/YoloDev/3commas-rs/commit/a7a0d567bb9058c7da0333cc6ae0e4a217562516)) +* update rust crate clap to 3.0.0-rc.4 ([#31](https://github.com/YoloDev/3commas-rs/issues/31)) ([f52eb07](https://github.com/YoloDev/3commas-rs/commit/f52eb07d8ea0ac4e3fab74d7ee6b4f0b18a14115)) +* update rust crate clap to 3.0.0-rc.5 ([#32](https://github.com/YoloDev/3commas-rs/issues/32)) ([a164d2b](https://github.com/YoloDev/3commas-rs/commit/a164d2bbf77a2a3b9089472d68269fcb044722ee)) +* update rust crate clap to 3.0.0-rc.7 ([#33](https://github.com/YoloDev/3commas-rs/issues/33)) ([c945c41](https://github.com/YoloDev/3commas-rs/commit/c945c419e1ffc32c92fcf3c7c109fbf3542e90c2)) +* update rust crate clap to 3.0.0-rc.8 ([#36](https://github.com/YoloDev/3commas-rs/issues/36)) ([ac8c13f](https://github.com/YoloDev/3commas-rs/commit/ac8c13f9cd5512ae04be25031c5b2bff78a5f853)) +* update rust crate clap to 3.0.0-rc.9 ([#39](https://github.com/YoloDev/3commas-rs/issues/39)) ([cebd8d7](https://github.com/YoloDev/3commas-rs/commit/cebd8d7b726eb19ec2731a177c100749a0a9139a)) +* update rust crate futures to 0.3.19 ([#34](https://github.com/YoloDev/3commas-rs/issues/34)) ([6d3aabc](https://github.com/YoloDev/3commas-rs/commit/6d3aabc6b5056e2f0dd9afe77a0f622243f15db2)) +* update rust crate rust_decimal to 1.19.0 ([#38](https://github.com/YoloDev/3commas-rs/issues/38)) ([8f3e5d1](https://github.com/YoloDev/3commas-rs/commit/8f3e5d17a1f5792cc5abbfac426566213a9ff19c)) +* update rust crate tracing-subscriber to 0.3.4 ([#37](https://github.com/YoloDev/3commas-rs/issues/37)) ([9cdec28](https://github.com/YoloDev/3commas-rs/commit/9cdec28b902fa464328289be2382cbd7e775479f)) +* update rust crate tracing-subscriber to 0.3.5 ([#42](https://github.com/YoloDev/3commas-rs/issues/42)) ([23ebdde](https://github.com/YoloDev/3commas-rs/commit/23ebdde542a05512eb25585b37433605f2da2093)) +* The following workspace dependencies were updated + * dependencies + * three-commas-client bumped from 0.2.2 to 0.2.3 + ### [0.2.5](https://www.github.com/YoloDev/3commas-rs/compare/three-commas-scraper-v0.2.4...three-commas-scraper-v0.2.5) (2021-12-09) @@ -89,4 +110,4 @@ * The following workspace dependencies were updated * dependencies - * three-commas-client bumped from 0.0.0 to 0.1.0 \ No newline at end of file + * three-commas-client bumped from 0.0.0 to 0.1.0 diff --git a/crates/scraper/Cargo.toml b/crates/scraper/Cargo.toml index 6288ce5..66e9633 100644 --- a/crates/scraper/Cargo.toml +++ b/crates/scraper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "three-commas-scraper" -version = "0.2.5" +version = "0.2.6" edition = "2021" description = "3commas scraper" license = "MIT" @@ -29,4 +29,4 @@ tracing = "0.1.29" tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.5", features = ["json", "env-filter"] } -three-commas-client = { version = "0.2.2", path = "../client" } +three-commas-client = { version = "0.2.3", path = "../client" } diff --git a/crates/types/CHANGELOG.md b/crates/types/CHANGELOG.md index 684ddfd..7da0543 100644 --- a/crates/types/CHANGELOG.md +++ b/crates/types/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog + + ### [0.1.1](https://www.github.com/YoloDev/3commas-rs/compare/three-commas-types-v0.1.0...three-commas-types-v0.1.1) (2021-12-05) diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index 3bb4cb3..b2e5a68 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "three-commas-types" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "3commas api types" license = "MIT" diff --git a/version.txt b/version.txt index a45be46..1866a36 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.8 +0.2.9