Skip to content

Commit

Permalink
v0.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Jan 26, 2024
1 parent 5e19efb commit 9b6c8d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

## main

## v0.11.9

### Improvements

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

### Fixes

* 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)

## v0.11.8

Two releases in one day!? @koudelka made too good a point about `Map.new` not being special...
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Styler.MixProject do
use Mix.Project

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

def project do
Expand Down

0 comments on commit 9b6c8d3

Please sign in to comment.