From b35381231a4414f4cbc487f30f93251d8ecadefa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 07:09:35 +0000 Subject: [PATCH] chore: release v0.9.8 --- Cargo.lock | 10 +++++----- Cargo.toml | 10 +++++----- crates/rustigram-api/CHANGELOG.md | 6 ++++++ crates/rustigram-bot/CHANGELOG.md | 6 ++++++ crates/rustigram-macros/CHANGELOG.md | 6 ++++++ crates/rustigram-types/CHANGELOG.md | 6 ++++++ crates/rustigram/CHANGELOG.md | 7 +++++++ 7 files changed, 41 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fea8985..1fab5a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1101,7 +1101,7 @@ dependencies = [ [[package]] name = "rustigram" -version = "0.9.7" +version = "0.9.8" dependencies = [ "anyhow", "rustigram-api", @@ -1116,7 +1116,7 @@ dependencies = [ [[package]] name = "rustigram-api" -version = "0.9.7" +version = "0.9.8" dependencies = [ "async-trait", "bytes", @@ -1133,7 +1133,7 @@ dependencies = [ [[package]] name = "rustigram-bot" -version = "0.9.7" +version = "0.9.8" dependencies = [ "anyhow", "async-trait", @@ -1154,7 +1154,7 @@ dependencies = [ [[package]] name = "rustigram-macros" -version = "0.9.7" +version = "0.9.8" dependencies = [ "proc-macro2", "quote", @@ -1163,7 +1163,7 @@ dependencies = [ [[package]] name = "rustigram-types" -version = "0.9.7" +version = "0.9.8" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 14d84c7..e979512 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "0.9.7" +version = "0.9.8" edition = "2021" authors = ["Mehran "] license = "MIT" @@ -53,10 +53,10 @@ syn = { version = "2", features = ["full"] } version-sync = "0.9.5" # internal -rustigram-types = { version = "0.9.7", path = "crates/rustigram-types" } -rustigram-api = { version = "0.9.7", path = "crates/rustigram-api" } -rustigram-bot = { version = "0.9.7", path = "crates/rustigram-bot" } -rustigram-macros = { version = "0.9.7", path = "crates/rustigram-macros" } +rustigram-types = { version = "0.9.8", path = "crates/rustigram-types" } +rustigram-api = { version = "0.9.8", path = "crates/rustigram-api" } +rustigram-bot = { version = "0.9.8", path = "crates/rustigram-bot" } +rustigram-macros = { version = "0.9.8", path = "crates/rustigram-macros" } [profile.release] lto = true diff --git a/crates/rustigram-api/CHANGELOG.md b/crates/rustigram-api/CHANGELOG.md index 3b948ba..9307e4d 100644 --- a/crates/rustigram-api/CHANGELOG.md +++ b/crates/rustigram-api/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.8](https://github.com/meh7an/rustigram/compare/rustigram-api-v0.9.7...rustigram-api-v0.9.8) - 2026-05-08 + +### Other + +- Revise README with new logo and documentation link + ## [0.9.7](https://github.com/meh7an/rustigram/compare/rustigram-api-v0.9.6...rustigram-api-v0.9.7) - 2026-05-07 ### Added diff --git a/crates/rustigram-bot/CHANGELOG.md b/crates/rustigram-bot/CHANGELOG.md index 65850a6..4570814 100644 --- a/crates/rustigram-bot/CHANGELOG.md +++ b/crates/rustigram-bot/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.8](https://github.com/meh7an/rustigram/compare/rustigram-bot-v0.9.7...rustigram-bot-v0.9.8) - 2026-05-08 + +### Other + +- Revise README with new logo and documentation link + ## [0.9.7](https://github.com/meh7an/rustigram/compare/rustigram-bot-v0.9.6...rustigram-bot-v0.9.7) - 2026-05-07 ### Added diff --git a/crates/rustigram-macros/CHANGELOG.md b/crates/rustigram-macros/CHANGELOG.md index 18efbe0..3dfebbb 100644 --- a/crates/rustigram-macros/CHANGELOG.md +++ b/crates/rustigram-macros/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.8](https://github.com/meh7an/rustigram/compare/rustigram-macros-v0.9.7...rustigram-macros-v0.9.8) - 2026-05-08 + +### Other + +- Revise README with new logo and documentation link + ## [0.9.7](https://github.com/meh7an/rustigram/compare/rustigram-macros-v0.9.6...rustigram-macros-v0.9.7) - 2026-05-07 ### Added diff --git a/crates/rustigram-types/CHANGELOG.md b/crates/rustigram-types/CHANGELOG.md index b6c7b8c..73b3f85 100644 --- a/crates/rustigram-types/CHANGELOG.md +++ b/crates/rustigram-types/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.8](https://github.com/meh7an/rustigram/compare/rustigram-types-v0.9.7...rustigram-types-v0.9.8) - 2026-05-08 + +### Other + +- Revise README with new logo and documentation link + ## [0.9.7](https://github.com/meh7an/rustigram/compare/rustigram-types-v0.9.6...rustigram-types-v0.9.7) - 2026-05-07 ### Added diff --git a/crates/rustigram/CHANGELOG.md b/crates/rustigram/CHANGELOG.md index a11fbb1..103280a 100644 --- a/crates/rustigram/CHANGELOG.md +++ b/crates/rustigram/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.8](https://github.com/meh7an/rustigram/compare/rustigram-v0.9.7...rustigram-v0.9.8) - 2026-05-08 + +### Other + +- Revise README with new logo and documentation link +- add website for docs + ## [0.9.7](https://github.com/meh7an/rustigram/compare/rustigram-v0.9.6...rustigram-v0.9.7) - 2026-05-07 ### Added