We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4993d2d commit e66d3deCopy full SHA for e66d3de
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v0.3.2 (2026-04-12)
4
+
5
+Update protobuf dependency and fix warnings
6
7
## v0.3.1 (2026-03-04)
8
9
### Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule GrpcReflection.MixProject do
use Mix.Project
- @version "0.3.1"
+ @version "0.3.2"
@source_url "https://github.com/elixir-grpc/grpc-reflection"
@description "gRPC reflection server for Elixir"
0 commit comments