diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ec07d14..6303dd0 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,5 +1,5 @@ { "cmd/protoc-gen-connect-go-servicestruct": "0.2.0", "cmd/protoc-gen-elixir-grpc": "0.4.2", - "cmd/protoc-gen-pony": "0.0.1" + "cmd/protoc-gen-pony": "0.1.0" } diff --git a/cmd/protoc-gen-pony/CHANGELOG.md b/cmd/protoc-gen-pony/CHANGELOG.md index cd93888..c6e96a1 100644 --- a/cmd/protoc-gen-pony/CHANGELOG.md +++ b/cmd/protoc-gen-pony/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.0](https://github.com/TrogonStack/protoc-gen/compare/protoc-gen-pony@v0.0.1...protoc-gen-pony@v0.1.0) (2026-04-29) + + +### Features + +* Add protoc-gen-pony plugin ([#47](https://github.com/TrogonStack/protoc-gen/issues/47)) ([5bf8c02](https://github.com/TrogonStack/protoc-gen/commit/5bf8c02648305b3f70f9fc86191fced19a4427c0)) + +## Changelog + ## Unreleased ### Features