From a569474088e8bc709a4f067b689eb7a0305e1ee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:23:10 +0800 Subject: [PATCH] chore(master): release 0.4.4 (#130) 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 3871916..e9f772b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.3" + ".": "0.4.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index eb60771..e512bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.4](https://github.com/tuihub/protos/compare/v0.4.3...v0.4.4) (2024-02-27) + + +### Bug Fixes + +* **gebura:** add id in AppBinary ([2b33ef0](https://github.com/tuihub/protos/commit/2b33ef0d87a41069e484e9440b3bd82f37c8368f)) + ## [0.4.3](https://github.com/tuihub/protos/compare/v0.4.2...v0.4.3) (2024-02-26) diff --git a/Cargo.lock b/Cargo.lock index 2fc39a1..b5d73b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,7 +950,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tuihub-protos" -version = "0.4.3" +version = "0.4.4" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index baff3a9..81ebabd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.4.3" +version = "0.4.4" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index 064c769..9976416 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.4.3 + 0.4.4 https://github.com/tuihub/protos https://github.com/tuihub/protos git diff --git a/package-lock.json b/package-lock.json index 204992e..26a86ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.4.3", + "version": "0.4.4", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.14", diff --git a/package.json b/package.json index 326defd..d0e20f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.4.3", + "version": "0.4.4", "description": "", "repository": { "type": "git",