From 8f057dd9899dbf41098e54ba2ebc297e81c90336 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:54:32 +0800 Subject: [PATCH] chore(master): release 0.4.28 (#170) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- TuiHub.Protos.csproj | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1b3f88..2e746fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.27" + ".": "0.4.28" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a8acd..440a6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.28](https://github.com/tuihub/protos/compare/v0.4.27...v0.4.28) (2025-01-01) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#171](https://github.com/tuihub/protos/issues/171)) ([6a78002](https://github.com/tuihub/protos/commit/6a7800287ab7736d1eb05795ed3be74af149380c)) +* **gebura:** add chunks for AppBinaryFile ([afb6847](https://github.com/tuihub/protos/commit/afb684765aad16187557f6774237f755aea75b2d)) + ## [0.4.27](https://github.com/tuihub/protos/compare/v0.4.26...v0.4.27) (2024-12-31) diff --git a/Cargo.lock b/Cargo.lock index e3a8fd5..6744513 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1087,7 +1087,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tuihub-protos" -version = "0.4.27" +version = "0.4.28" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 99a5c70..b8dfc08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.4.27" +version = "0.4.28" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index 7396e9f..0153493 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.4.27 + 0.4.28 https://github.com/tuihub/protos https://github.com/tuihub/protos git diff --git a/package-lock.json b/package-lock.json index 95fda06..417e392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.4.27", + "version": "0.4.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.4.27", + "version": "0.4.28", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.12.5", diff --git a/package.json b/package.json index 380de36..3f03311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.4.27", + "version": "0.4.28", "description": "", "repository": { "type": "git",