Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Sep 13, 2023
1 parent c3c6e1b commit 8b86c22
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,9 +2,11 @@

## main

## v0.9.1

### Improvements

* auto-fix `Credo.Check.Refactor.CondStatements`, detects any truthy atom, not just `true`
* auto-fix `Credo.Check.Refactor.CondStatements` (detects any truthy atom, not just `true`)
* if/unless rewrites:
- `Credo.Check.Refactor.NegatedConditionsWithElse`
- `Credo.Check.Refactor.NegatedConditionsInUnless`
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.0"
@version "0.9.1"
@url "https://github.com/adobe/elixir-styler"

def project do
Expand Down

0 comments on commit 8b86c22

Please sign in to comment.