From 1c7433a82d34c2cb6433dae38a36e878d7cf3538 Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:26:32 +0700 Subject: [PATCH] chore: release v0.11.4 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 574fe1e..6049fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.4](https://github.com/RAprogramm/telegram-webapp-sdk/compare/v0.11.3...v0.11.4) - 2026-08-23 + +### CI/CD + +- *(ci)* bump release-plz/action from 0.5.130 to 0.5.131 ([#267](https://github.com/RAprogramm/telegram-webapp-sdk/issues/267)) +- *(ci)* bump actions/checkout from 7.0.0 to 7.0.1 ([#269](https://github.com/RAprogramm/telegram-webapp-sdk/issues/269)) +- *(ci)* bump Swatinem/rust-cache ([#274](https://github.com/RAprogramm/telegram-webapp-sdk/issues/274)) +- *(ci)* bump taiki-e/install-action from 2.83.2 to 2.85.13 ([#275](https://github.com/RAprogramm/telegram-webapp-sdk/issues/275)) + +### Dependencies + +- deps(cargo)(deps): bump the cargo-minor-patch group across 2 directories with 6 updates ([#268](https://github.com/RAprogramm/telegram-webapp-sdk/issues/268)) + ## [0.11.3](https://github.com/RAprogramm/telegram-webapp-sdk/compare/v0.11.2...v0.11.3) - 2026-07-19 ### CI/CD diff --git a/Cargo.lock b/Cargo.lock index 2437a2b..719fe18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5203,7 +5203,7 @@ dependencies = [ [[package]] name = "telegram-webapp-sdk" -version = "0.11.3" +version = "0.11.4" dependencies = [ "inventory", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 1000ad7..0db01bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telegram-webapp-sdk" -version = "0.11.3" +version = "0.11.4" rust-version = "1.96" edition = "2024" description = "Telegram WebApp SDK for Rust"