Skip to content

Commit

Permalink
v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Dec 5, 2023
1 parent a96e8dd commit 09fa479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## main

## v0.10.4

### Improvements

* alias: delete noop single-module aliases (`alias Foo`, #87, h/t @mgieger)

### Fixes

* pipes: recursively fix starts (`f(g(h(x))) |> j()` => `x |> h() |> g() |> f() |> j()`, #94, h/t @tomjschuster)
* pipes: unnest all pipe starts in one pass (`f(g(h(x))) |> j()` => `x |> h() |> g() |> f() |> j()`, #94, h/t @tomjschuster)

## v0.10.3

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.10.3"
@version "0.10.4"
@url "https://github.com/adobe/elixir-styler"

def project do
Expand Down

0 comments on commit 09fa479

Please sign in to comment.