diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45be4fa8..b10a420e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.6" + ".": "0.2.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b678416..be9c7bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.7](https://github.com/TuiHub/Protos/compare/v0.2.6...v0.2.7) (2023-02-25) + + +### Bug Fixes + +* add wkt files for dart ([28ca2af](https://github.com/TuiHub/Protos/commit/28ca2af40ab378ef2c58721e749167b77235d38f)) +* update FeedConfig & FeedItem ([459e440](https://github.com/TuiHub/Protos/commit/459e4400547fd1af3ff676854278b7b58eea1e5e)) + ## [0.2.6](https://github.com/TuiHub/Protos/compare/v0.2.5...v0.2.6) (2023-02-24) diff --git a/Cargo.lock b/Cargo.lock index 073a634f..f371b2ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -951,7 +951,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tuihub-protos" -version = "0.2.6" +version = "0.2.7" dependencies = [ "bytes", "pbjson", diff --git a/Cargo.toml b/Cargo.toml index 4db30970..a6ec0fd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuihub-protos" -version = "0.2.6" +version = "0.2.7" edition = "2021" license = "MIT" readme = "README.md" diff --git a/TuiHub.Protos.csproj b/TuiHub.Protos.csproj index c60eb3f2..4bf5613c 100644 --- a/TuiHub.Protos.csproj +++ b/TuiHub.Protos.csproj @@ -6,7 +6,7 @@ enable TuiHub.Protos TuiHub.Protos - 0.2.6 + 0.2.7 https://github.com/TuiHub/Protos https://github.com/TuiHub/Protos git diff --git a/package-lock.json b/package-lock.json index 7b809512..deb6158b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tuihub/protos", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tuihub/protos", - "version": "0.2.6", + "version": "0.2.7", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.8.8", diff --git a/package.json b/package.json index 7f234547..8e3d13c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuihub/protos", - "version": "0.2.6", + "version": "0.2.7", "description": "", "repository": { "type": "git",