diff --git a/CHANGELOG.md b/CHANGELOG.md index 64577c31..5f269d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## main +## v0.9.0 + ### Improvements * Added right-hand-pattern-matching rewrites to `for` and `with` left arrow expressions `<-` diff --git a/README.md b/README.md index 226c21f7..7822d140 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 422fecf0..c2a0ad5d 100644 --- a/mix.exs +++ b/mix.exs @@ -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