From 71c7cf0937d846b51290426769eb9d0174216860 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 23:16:17 +0800 Subject: [PATCH] chore(master): release 0.4.27 (#169) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- TuiHub.Protos.csproj | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38adacd..e1b3f88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.26" + ".": "0.4.27" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2746676..e4a8acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.27](https://github.com/tuihub/protos/compare/v0.4.26...v0.4.27) (2024-12-31) + + +### Bug Fixes + +* **gebura:** refactor AppBinary ([cd81850](https://github.com/tuihub/protos/commit/cd8185032da765a0a3feadf7e8387634a95c22da)) + ## [0.4.26](https://github.com/tuihub/protos/compare/v0.4.25...v0.4.26) (2024-12-29) diff --git a/Cargo.lock b/Cargo.lock index dc8da9e..c2cebb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1087,7 +1087,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tuihub-protos" -version = "0.4.26" +version = "0.4.27" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 9c6c966..abf76a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.4.26" +version = "0.4.27" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index 5e35a2b..cdfbc1d 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.4.26 + 0.4.27 https://github.com/tuihub/protos https://github.com/tuihub/protos git diff --git a/package-lock.json b/package-lock.json index d04d71c..5b5f138 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.4.26", + "version": "0.4.27", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.4.26", + "version": "0.4.27", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.12.4", diff --git a/package.json b/package.json index 32b98f6..b364e44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.4.26", + "version": "0.4.27", "description": "", "repository": { "type": "git",