Skip to content

Commit

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

## v0.10.5

After being bitten by two of them in a row, Styler's test suite now makes sure that there are no
idempotency bugs as part of its tests.

In short, we now have `assert style(x) == style(style(x))` as part of every test. Sorry for not thinking to include this before :)

### Fixes

* alias: fix single-module alias deletion newlines bug
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.4"
@version "0.10.5"
@url "https://github.com/adobe/elixir-styler"

def project do
Expand Down

0 comments on commit c11aee1

Please sign in to comment.