Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Sep 15, 2023
1 parent 9433e0b commit 805a0c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## main

## v0.9.3

### Fixes

* fix `unless a do b else c end` rewrites to `if` not flopping do/else bodies! (#77, h/t @jcowgar)
* fix pipes styling ranges with steps (`a..b//c`) incorrectly (#76, h/t @cschmatzler)

## v0.9.2

### Fixes
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.9.2"
@version "0.9.3"
@url "https://github.com/adobe/elixir-styler"

def project do
Expand Down

0 comments on commit 805a0c5

Please sign in to comment.