diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 08367f49..e8b2675b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.47" + ".": "0.2.48" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 696cf488..f481ff23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.48](https://github.com/tuihub/protos/compare/v0.2.47...v0.2.48) (2024-01-02) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#109](https://github.com/tuihub/protos/issues/109)) ([11d9abb](https://github.com/tuihub/protos/commit/11d9abb8ef61660b5c7d0d4a7eab455507f7a94c)) +* **gebura:** add source to GetPurchasedAppsRequest ([6106348](https://github.com/tuihub/protos/commit/6106348fc68c008dca9a7e495c2764a1b86dad9e)) + ## [0.2.47](https://github.com/tuihub/protos/compare/v0.2.46...v0.2.47) (2023-12-22) diff --git a/Cargo.lock b/Cargo.lock index d2448ee8..e3b338d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,7 +950,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tuihub-protos" -version = "0.2.47" +version = "0.2.48" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 5ca9a8d4..968301f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.2.47" +version = "0.2.48" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index e0ed3499..b3ac94f6 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.2.47 + 0.2.48 https://github.com/tuihub/protos https://github.com/tuihub/protos git diff --git a/package-lock.json b/package-lock.json index 93638a33..83bb594c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.2.47", + "version": "0.2.48", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.2.47", + "version": "0.2.48", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.13", diff --git a/package.json b/package.json index c7823e7d..40b2cded 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.2.47", + "version": "0.2.48", "description": "", "repository": { "type": "git",