diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0429753b..5ba6b61c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.24" + ".": "0.2.25" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 204dd120..6b429734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.25](https://github.com/TuiHub/Protos/compare/v0.2.24...v0.2.25) (2023-05-22) + + +### Features + +* **gebura:** add AppPackageRunTime ([cc6d00f](https://github.com/TuiHub/Protos/commit/cc6d00f752459de1725842877d8e89cac44991ba)) + ## [0.2.24](https://github.com/TuiHub/Protos/compare/v0.2.23...v0.2.24) (2023-05-20) diff --git a/Cargo.lock b/Cargo.lock index d81e031d..513980e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,7 +915,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tuihub-protos" -version = "0.2.24" +version = "0.2.25" dependencies = [ "bytes", "pbjson", diff --git a/Cargo.toml b/Cargo.toml index 33e06201..e36056d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.2.24" +version = "0.2.25" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index 1ef059a4..f35a9fda 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.2.24 + 0.2.25 https://github.com/TuiHub/Protos https://github.com/TuiHub/Protos git diff --git a/package-lock.json b/package-lock.json index 0e16d4af..2e10b9b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.2.24", + "version": "0.2.25", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.2.24", + "version": "0.2.25", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.8.14", diff --git a/package.json b/package.json index 54039646..212e7820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.2.24", + "version": "0.2.25", "description": "", "repository": { "type": "git",