From 037033a3dd969a78c54820848851b37fdc8b3ab0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:35:24 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- crates/core/CHANGELOG.md | 6 ++++++ crates/core/Cargo.toml | 2 +- crates/dedust/CHANGELOG.md | 6 ++++++ crates/dedust/Cargo.toml | 2 +- crates/stonfi/CHANGELOG.md | 6 ++++++ crates/stonfi/Cargo.toml | 2 +- crates/swap_coffee/CHANGELOG.md | 6 ++++++ crates/swap_coffee/Cargo.toml | 2 +- crates/tonco_api_client/CHANGELOG.md | 6 ++++++ crates/tonco_api_client/Cargo.toml | 2 +- 12 files changed, 41 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54640c8..06695ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" [[package]] name = "api_clients_core" -version = "0.2.1" +version = "0.3.0" dependencies = [ "async-trait", "derive_setters", @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "dedust_api_client" -version = "0.6.1" +version = "0.7.0" dependencies = [ "anyhow", "api_clients_core", @@ -1879,7 +1879,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stonfi_api_client" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "api_clients_core", @@ -1909,7 +1909,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swap_coffee_api_client" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "api_clients_core", @@ -2154,7 +2154,7 @@ dependencies = [ [[package]] name = "tonco_api_client" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "api_clients_core", diff --git a/Cargo.toml b/Cargo.toml index 1c2cd78..7267468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ repository = "https://github.com/Sild/api_clients_rs" [workspace.dependencies] # Internal -api_clients_core = { path = "crates/core", version = "0.2" } +api_clients_core = { path = "crates/core", version = "0.3" } # External thiserror = "2.0" diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index 11b5357..270e867 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/Sild/api_clients_rs/compare/api_clients_core-v0.2.1...api_clients_core-v0.3.0) - 2026-07-13 + +### Other + +- Restruct crates ([#44](https://github.com/Sild/api_clients_rs/pull/44)) + ### Added - add smooth rate limiting to the core executor builder with a default of 10 RPS; diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index b9efcd0..6a3387d 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api_clients_core" -version = "0.2.1" +version = "0.3.0" description = "core API clients features for various services" readme = "README.md" edition.workspace = true diff --git a/crates/dedust/CHANGELOG.md b/crates/dedust/CHANGELOG.md index 5847a96..b535ad2 100644 --- a/crates/dedust/CHANGELOG.md +++ b/crates/dedust/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0](https://github.com/Sild/api_clients_rs/compare/dedust_api_client-v0.6.1...dedust_api_client-v0.7.0) - 2026-07-13 + +### Other + +- Restruct crates ([#44](https://github.com/Sild/api_clients_rs/pull/44)) + ## [0.6.1](https://github.com/Sild/api_clients_rs/compare/dedust_api_client-v0.6.0...dedust_api_client-v0.6.1) - 2025-11-05 ### Other diff --git a/crates/dedust/Cargo.toml b/crates/dedust/Cargo.toml index 4b1d5f1..eb096f3 100644 --- a/crates/dedust/Cargo.toml +++ b/crates/dedust/Cargo.toml @@ -4,7 +4,7 @@ rust-version.workspace = true license.workspace = true repository.workspace = true name = "dedust_api_client" -version = "0.6.1" +version = "0.7.0" description = "API client for Dedust" [dependencies] diff --git a/crates/stonfi/CHANGELOG.md b/crates/stonfi/CHANGELOG.md index 4cae61a..5809086 100644 --- a/crates/stonfi/CHANGELOG.md +++ b/crates/stonfi/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0](https://github.com/Sild/api_clients_rs/compare/stonfi_api_client-v0.8.0...stonfi_api_client-v0.9.0) - 2026-07-13 + +### Other + +- Restruct crates ([#44](https://github.com/Sild/api_clients_rs/pull/44)) + ## [0.8.0](https://github.com/Sild/api_clients_rs/compare/stonfi_api_client-v0.7.0...stonfi_api_client-v0.8.0) - 2025-11-25 ### Added diff --git a/crates/stonfi/Cargo.toml b/crates/stonfi/Cargo.toml index 62010d5..ce9f5d1 100644 --- a/crates/stonfi/Cargo.toml +++ b/crates/stonfi/Cargo.toml @@ -4,7 +4,7 @@ rust-version.workspace = true license.workspace = true repository.workspace = true name = "stonfi_api_client" -version = "0.8.0" +version = "0.9.0" description = "API client for Stonfi" diff --git a/crates/swap_coffee/CHANGELOG.md b/crates/swap_coffee/CHANGELOG.md index 338c889..5cee2f0 100644 --- a/crates/swap_coffee/CHANGELOG.md +++ b/crates/swap_coffee/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/Sild/api_clients_rs/compare/swap_coffee_api_client-v0.1.0...swap_coffee_api_client-v0.2.0) - 2026-07-13 + +### Other + +- Restruct crates ([#44](https://github.com/Sild/api_clients_rs/pull/44)) + ## [0.0.4](https://github.com/Sild/api_clients_rs/compare/swap_coffee_api_client-v0.0.3...swap_coffee_api_client-v0.0.4) - 2025-11-05 ### Other diff --git a/crates/swap_coffee/Cargo.toml b/crates/swap_coffee/Cargo.toml index 164f677..9db920e 100644 --- a/crates/swap_coffee/Cargo.toml +++ b/crates/swap_coffee/Cargo.toml @@ -4,7 +4,7 @@ rust-version.workspace = true license.workspace = true repository.workspace = true name = "swap_coffee_api_client" -version = "0.1.0" +version = "0.2.0" description = "API client for swap.coffee" [dependencies] diff --git a/crates/tonco_api_client/CHANGELOG.md b/crates/tonco_api_client/CHANGELOG.md index 1a8b542..5309ff8 100644 --- a/crates/tonco_api_client/CHANGELOG.md +++ b/crates/tonco_api_client/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/Sild/api_clients_rs/compare/tonco_api_client-v0.1.0...tonco_api_client-v0.2.0) - 2026-07-13 + +### Other + +- Restruct crates ([#44](https://github.com/Sild/api_clients_rs/pull/44)) + ## [0.0.5](https://github.com/Sild/api_clients_rs/compare/tonco_api_client-v0.0.4...tonco_api_client-v0.0.5) - 2025-11-05 ### Other diff --git a/crates/tonco_api_client/Cargo.toml b/crates/tonco_api_client/Cargo.toml index 65ed24b..0a3ec23 100644 --- a/crates/tonco_api_client/Cargo.toml +++ b/crates/tonco_api_client/Cargo.toml @@ -4,7 +4,7 @@ rust-version.workspace = true license.workspace = true repository.workspace = true name = "tonco_api_client" -version = "0.1.0" +version = "0.2.0" description = "API client for TonCo" [dependencies]