diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ee6c2e..7c99f63 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.22" + ".": "0.4.23" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2a6bc..8e53589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.23](https://github.com/tuihub/protos/compare/v0.4.22...v0.4.23) (2024-09-24) + + +### Features + +* add `FeatureFlag.extra` ([978ac3a](https://github.com/tuihub/protos/commit/978ac3a0bdc24ed233c75713ff3d1fc82033eb34)) +* add `PorterGetNotifyTargetItems` ([464a66c](https://github.com/tuihub/protos/commit/464a66ce5fb2521ed937667eae716160268890c5)) + ## [0.4.22](https://github.com/tuihub/protos/compare/v0.4.21...v0.4.22) (2024-09-22) diff --git a/Cargo.lock b/Cargo.lock index 5c46f37..9218aeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1087,7 +1087,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tuihub-protos" -version = "0.4.22" +version = "0.4.23" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index d491e44..b00dfc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.4.22" +version = "0.4.23" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index 73c3b57..8bfc990 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.4.22 + 0.4.23 https://github.com/tuihub/protos https://github.com/tuihub/protos git diff --git a/package-lock.json b/package-lock.json index a4bddd9..432fd82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.4.22", + "version": "0.4.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.4.22", + "version": "0.4.23", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.11.1", diff --git a/package.json b/package.json index 0e48209..7d1f4cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.4.22", + "version": "0.4.23", "description": "", "repository": { "type": "git",