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 c8814d9 commit d1532faCopy full SHA for d1532fa
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.3.2 (2025-07-15)
4
+
5
+### Bug fixes
6
7
+ * Fix BroadcastDispatcher delivering duplicate demand in some cases
8
9
## v1.3.1 (2025-06-30)
10
11
### Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule GenStage.Mixfile do
use Mix.Project
- @version "1.3.1"
+ @version "1.3.2"
def project do
[
0 commit comments