diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1b3f88..2e746fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.27" + ".": "0.4.28" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a8acd..0e148df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.28](https://github.com/tuihub/protos/compare/v0.4.27...v0.4.28) (2024-12-31) + + +### Bug Fixes + +* **gebura:** add chunks for AppBinaryFile ([afb6847](https://github.com/tuihub/protos/commit/afb684765aad16187557f6774237f755aea75b2d)) + ## [0.4.27](https://github.com/tuihub/protos/compare/v0.4.26...v0.4.27) (2024-12-31) diff --git a/Cargo.lock b/Cargo.lock index c2cebb0..80bc0ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1087,7 +1087,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tuihub-protos" -version = "0.4.27" +version = "0.4.28" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index abf76a7..d97a505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.4.27" +version = "0.4.28" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index cdfbc1d..b160703 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.4.27 + 0.4.28 https://github.com/tuihub/protos https://github.com/tuihub/protos git diff --git a/package-lock.json b/package-lock.json index 5b5f138..a476968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.4.27", + "version": "0.4.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.4.27", + "version": "0.4.28", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.12.4", diff --git a/package.json b/package.json index b364e44..9ebd0e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.4.27", + "version": "0.4.28", "description": "", "repository": { "type": "git",