From 1c04a52cc2bf138e8baed1264941f5f132d620b9 Mon Sep 17 00:00:00 2001 From: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:27:15 -0400 Subject: [PATCH] chore(main): release protoc-gen-elixir-grpc 0.2.0 Signed-off-by: Straw Hat, LLC --- .github/.release-please-manifest.json | 2 +- cmd/protoc-gen-elixir-grpc/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 4c60b96..d09cfc8 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { "cmd/protoc-gen-connect-go-servicestruct": "0.1.1", - "cmd/protoc-gen-elixir-grpc": "0.1.0" + "cmd/protoc-gen-elixir-grpc": "0.2.0" } diff --git a/cmd/protoc-gen-elixir-grpc/CHANGELOG.md b/cmd/protoc-gen-elixir-grpc/CHANGELOG.md index 4a06a8a..3d56191 100644 --- a/cmd/protoc-gen-elixir-grpc/CHANGELOG.md +++ b/cmd/protoc-gen-elixir-grpc/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* Add version ldflags support to both protoc plugins ([#14](https://github.com/TrogonStack/protoc-gen/issues/14)) ([43d354a](https://github.com/TrogonStack/protoc-gen/commit/43d354a99cd9d2ca091d29e74acc7214720b1201)) + ## 0.1.0 (2025-09-29)