Skip to content

Commit 9b6c8d3

Browse files
committed
v0.11.9
1 parent 5e19efb commit 9b6c8d3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
## main
44

5+
## v0.11.9
6+
57
### Improvements
68

79
* pipes: check for `Stream.foo` equivalents to `Enum.foo` in a few more cases
810

11+
### Fixes
12+
13+
* pipes: `|> then(&(&1 op y))` rewrites with `|> Kernel.op(y)` as long as the operator is defined in `Kernel`; skips the rewrite otherwise (h/t @kerryb for the report & @saveman71 for the fix)
14+
915
## v0.11.8
1016

1117
Two releases in one day!? @koudelka made too good a point about `Map.new` not being special...

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule Styler.MixProject do
1212
use Mix.Project
1313

1414
# Don't forget to bump the README when doing non-patch version changes
15-
@version "0.11.8"
15+
@version "0.11.9"
1616
@url "https://github.com/adobe/elixir-styler"
1717

1818
def project do

0 commit comments

Comments
 (0)