From b310e62da9775fc68aad6ce5b830fac8514d0982 Mon Sep 17 00:00:00 2001 From: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> Date: Fri, 7 Nov 2025 23:44:57 -0500 Subject: [PATCH] chore(main): release protoc-gen-elixir-grpc 0.3.0 Signed-off-by: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- cmd/protoc-gen-elixir-grpc/CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 4d821f2..2cec308 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { "cmd/protoc-gen-connect-go-servicestruct": "0.2.0", - "cmd/protoc-gen-elixir-grpc": "0.2.0" + "cmd/protoc-gen-elixir-grpc": "0.3.0" } diff --git a/cmd/protoc-gen-elixir-grpc/CHANGELOG.md b/cmd/protoc-gen-elixir-grpc/CHANGELOG.md index 3d56191..1c2fa45 100644 --- a/cmd/protoc-gen-elixir-grpc/CHANGELOG.md +++ b/cmd/protoc-gen-elixir-grpc/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.0](https://github.com/TrogonStack/protoc-gen/compare/protoc-gen-elixir-grpc@v0.2.0...protoc-gen-elixir-grpc@v0.3.0) (2025-11-08) + + +### Features + +* Add HTTP transcoding support and update tests ([#23](https://github.com/TrogonStack/protoc-gen/issues/23)) ([2ab8496](https://github.com/TrogonStack/protoc-gen/commit/2ab84965bec80cc6b34d8c1cf271c9f03952869d)) +* Add support for custom codecs in gRPC server configuration ([#26](https://github.com/TrogonStack/protoc-gen/issues/26)) ([c14c47b](https://github.com/TrogonStack/protoc-gen/commit/c14c47bfbe64893a7ea6327b83b3b3c01950adb8)) +* Add support for custom compressors in gRPC server configuration ([#27](https://github.com/TrogonStack/protoc-gen/issues/27)) ([7ecda53](https://github.com/TrogonStack/protoc-gen/commit/7ecda5391eddbdd977ff81f895b1042484614224)) + ## [0.2.0](https://github.com/TrogonStack/protoc-gen/compare/protoc-gen-elixir-grpc@v0.1.0...protoc-gen-elixir-grpc@v0.2.0) (2025-09-30)