elixir-grpc / grpc

An Elixir implementation of gRPC
https://hex.pm/packages/grpc
Apache License 2.0
1.36k stars 210 forks source link

Building a new release with the latest changes. #327

Closed KoeusIss closed 10 months ago

KoeusIss commented 11 months ago

Describe the question Hey, are we building a release with the latest changes?

Versions:

polvalente commented 11 months ago

There are only 2 changes since the latest release: https://github.com/elixir-grpc/grpc/compare/v0.6.0...master

Are you in need of one of them?

KoeusIss commented 11 months ago

yes, I need the mint upgrade.

polvalente commented 11 months ago

For now I recommend either pulling that change yourself or setting mint with override: true at your final client project (if by any chance you can't pull grpc from github)

I'll try to get a 0.6.1 release out soon, though!

polvalente commented 10 months ago

v0.7.0 released to Hex :)