From 05fafcb54eff5cf60150074080e90b1c97ba0d96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:05:31 +0100 Subject: [PATCH] chore(master): release 0.4.13 (#146) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- TuiHub.Protos.csproj | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09af147..2f9e65b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.12" + ".": "0.4.13" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c3466..d640410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.13](https://github.com/tuihub/protos/compare/v0.4.12...v0.4.13) (2024-06-20) + + +### Features + +* standardize feature flags ([98277fb](https://github.com/tuihub/protos/commit/98277fba38163065e767a734c6dd155c7d7fa79c)) + + +### Bug Fixes + +* edit `SystemNotification` ([56964b3](https://github.com/tuihub/protos/commit/56964b36e94f55c33c81d7ffd85fd5902042c683)) +* **porter:** update `EnablePorter` ([d19ac2e](https://github.com/tuihub/protos/commit/d19ac2ec5b3a4a4c720b7da93c5dec2cd9a8fb24)) + ## [0.4.12](https://github.com/tuihub/protos/compare/v0.4.11...v0.4.12) (2024-06-14) diff --git a/Cargo.lock b/Cargo.lock index 3c19b43..867908c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,7 +971,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tuihub-protos" -version = "0.4.12" +version = "0.4.13" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 6f49962..d44e6f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.4.12" +version = "0.4.13" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index 74098e3..e3daf4f 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.4.12 + 0.4.13 https://github.com/tuihub/protos https://github.com/tuihub/protos git diff --git a/package-lock.json b/package-lock.json index 23f9cfe..1f5772d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.4.12", + "version": "0.4.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.4.12", + "version": "0.4.13", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.10.8", diff --git a/package.json b/package.json index a318ab6..29b00c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.4.12", + "version": "0.4.13", "description": "", "repository": { "type": "git",