Skip to content

Commit c9fba31

Browse files
committed
v0.10.0
1 parent 483d467 commit c9fba31

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## main
44

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

7-
* extract all block starts to pipes
9+
* hoist all block-starts to pipes to their own variables (makes styler play better with piped macros)
810

911
### Fixes
1012

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add `:styler` as a dependency to your project's `mix.exs`:
1212
```elixir
1313
def deps do
1414
[
15-
{:styler, "~> 0.9", only: [:dev, :test], runtime: false},
15+
{:styler, "~> 0.10", only: [:dev, :test], runtime: false},
1616
]
1717
end
1818
```

mix.exs

+1-1
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.9.7"
15+
@version "0.10.0"
1616
@url "https://github.com/adobe/elixir-styler"
1717

1818
def project do

0 commit comments

Comments
 (0)