Skip to content

Commit

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

## main

## v0.9.0

### Improvements

* Added right-hand-pattern-matching rewrites to `for` and `with` left arrow expressions `<-`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add `:styler` as a dependency to your project's `mix.exs`:
```elixir
def deps do
[
{:styler, "~> 0.8", only: [:dev, :test], runtime: false},
{:styler, "~> 0.9", only: [:dev, :test], runtime: false},
]
end
```
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.8.5"
@version "0.9.0"
@url "https://github.com/adobe/elixir-styler"

def project do
Expand Down

0 comments on commit f93fcdd

Please sign in to comment.