From e26f00eeab9b6ef9701ec6f1d56ac6030c30db12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:47:57 +0800 Subject: [PATCH] chore(master): release 0.2.44 (#100) 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 e5f22e51..cb1b23e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.43" + ".": "0.2.44" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 998f9c5b..99b062ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.44](https://github.com/tuihub/protos/compare/v0.2.43...v0.2.44) (2023-12-01) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#99](https://github.com/tuihub/protos/issues/99)) ([5688185](https://github.com/tuihub/protos/commit/5688185833edeb46d1e6f81969d2e15420a7bde3)) +* **gebura:** remove app_category_ids in common.App ([bbb0cfd](https://github.com/tuihub/protos/commit/bbb0cfdfa212c496b975aecb6be7171aa5eec704)) + ## [0.2.43](https://github.com/tuihub/protos/compare/v0.2.42...v0.2.43) (2023-11-29) diff --git a/Cargo.lock b/Cargo.lock index 7caeec80..f9b8cf6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,7 +950,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tuihub-protos" -version = "0.2.43" +version = "0.2.44" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 5711afcd..0f47de59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.2.43" +version = "0.2.44" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index c5ac6f21..add018d2 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.2.43 + 0.2.44 https://github.com/tuihub/protos https://github.com/tuihub/protos git diff --git a/package-lock.json b/package-lock.json index 1050a908..97ebc65e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.2.43", + "version": "0.2.44", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.2.43", + "version": "0.2.44", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.12", diff --git a/package.json b/package.json index 435df1c5..18859ec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.2.43", + "version": "0.2.44", "description": "", "repository": { "type": "git",