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)