Skip to content

Commit 3c9392f

Browse files
sleipnirAdriano Santos
andauthored
[Feat] bump v0.11.4 (#460)
* chore: release new version * bump 0.10.2 -> 0.11.0 * fix: correct struct syntax * bump v0.11.3 -> v0.11.4 --------- Co-authored-by: Adriano Santos <[email protected]>
1 parent d05739a commit 3c9392f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## v0.11.4 (2025-11-07)
4+
5+
### Enhancements
6+
7+
* Feat added new function to handle side-effects.
8+
* Feat added error handler for unary and stream pipelines.
9+
* Docs adds a better explanation of the different types of input.
10+
* Docs improvements to module documentation.
11+
* Docs livebooks added directly to the documentation.
12+
13+
### Bug fixes
14+
15+
* Fix refresh error spam on direct_state (no lb).
16+
* Fix correct return type in doc.

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule GRPC.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-grpc/grpc"
5-
@version "0.11.2"
5+
@version "0.11.4"
66

77
def project do
88
[
@@ -66,6 +66,7 @@ defmodule GRPC.Mixfile do
6666
source_ref: "v#{@version}",
6767
source_url_pattern: "#{@source_url}/blob/v#{@version}/grpc/%{path}#L%{line}",
6868
extras: [
69+
"CHANGELOG.md",
6970
"guides/getting_started/quickstart.livemd",
7071
"guides/getting_started/stream.livemd",
7172
"guides/getting_started/error_handling.md",

0 commit comments

Comments
 (0)