From ded3291db626e57ca38a03340f462c3340ca6ea4 Mon Sep 17 00:00:00 2001 From: SHT Bot <61149376+sht-bot@users.noreply.github.com> Date: Sun, 2 Aug 2026 05:12:04 -0400 Subject: [PATCH] chore(main): release protoc-gen-elixir 0.1.1 Signed-off-by: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- cmd/protoc-gen-elixir/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 2e6805f..5123986 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,6 +1,6 @@ { "cmd/protoc-gen-connect-go-servicestruct": "0.2.0", - "cmd/protoc-gen-elixir": "0.1.0", + "cmd/protoc-gen-elixir": "0.1.1", "cmd/protoc-gen-elixir-grpc": "0.4.3", "cmd/protoc-gen-pony": "0.1.0" } diff --git a/cmd/protoc-gen-elixir/CHANGELOG.md b/cmd/protoc-gen-elixir/CHANGELOG.md index 991722f..7f23401 100644 --- a/cmd/protoc-gen-elixir/CHANGELOG.md +++ b/cmd/protoc-gen-elixir/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/TrogonStack/protoc-gen/compare/protoc-gen-elixir@v0.1.0...protoc-gen-elixir@v0.1.1) (2026-08-02) + + +### Bug Fixes + +* **protoc-gen-elixir:** Emit one file per service under one_file_per_module ([#63](https://github.com/TrogonStack/protoc-gen/issues/63)) ([6efd221](https://github.com/TrogonStack/protoc-gen/commit/6efd221af6d35977e3161cdfc9600237c8b1f169)) + ## [0.1.0](https://github.com/TrogonStack/protoc-gen/compare/protoc-gen-elixir@v0.0.1...protoc-gen-elixir@v0.1.0) (2026-07-27)