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 0f3ceb7 commit 9cde2d4Copy full SHA for 9cde2d4
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v0.3.3 (2026-04-13)
4
+
5
+Move debug log from `info` to `debug` log levels
6
7
## v0.3.2 (2026-04-12)
8
9
Update protobuf dependency and fix warnings
mix.exs
@@ -1,7 +1,7 @@
defmodule GrpcReflection.MixProject do
use Mix.Project
- @version "0.3.2"
+ @version "0.3.3"
@source_url "https://github.com/elixir-grpc/grpc-reflection"
@description "gRPC reflection server for Elixir"
0 commit comments