diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1f8f01..3871916 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d87cd78..eb60771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.3](https://github.com/tuihub/protos/compare/v0.4.2...v0.4.3) (2024-02-26) + + +### Features + +* **gebura:** add SearchNewAppInfos ([cd44ad4](https://github.com/tuihub/protos/commit/cd44ad46a949668fe3d034b7bd9136d0a025e2a7)) +* **searcher:** add SearchAppInfo ([391fd4b](https://github.com/tuihub/protos/commit/391fd4b4079e895e82c9b759947c6ef64d73be0d)) + ## [0.4.2](https://github.com/tuihub/protos/compare/v0.4.1...v0.4.2) (2024-02-19) diff --git a/Cargo.lock b/Cargo.lock index 25e719d..2fc39a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,7 +950,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tuihub-protos" -version = "0.4.2" +version = "0.4.3" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index f794e7f..baff3a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.4.2" +version = "0.4.3" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index f0a1757..064c769 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.4.2 + 0.4.3 https://github.com/tuihub/protos https://github.com/tuihub/protos git diff --git a/package-lock.json b/package-lock.json index 568ff1f..204992e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.14", diff --git a/package.json b/package.json index 609c70d..326defd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.4.2", + "version": "0.4.3", "description": "", "repository": { "type": "git",