From db081ce9a18e317650585d5fdc33f3ad296fdc02 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Sun, 16 Apr 2023 10:03:07 -0600 Subject: [PATCH] v0.3.1 --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77fa5c3..618feabe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## main +## v0.3.1 + +### Fixes + +* `Pipes` + * fixed omission of `==` as a valid pipe start operator (h/t @peake100 for the issue) + * fixed rewrite of `a |> b`, where `b` was invoked without parenthesis + ## v0.3.0 ### Improvements diff --git a/mix.exs b/mix.exs index 3adb5071..f0191c08 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.3.0" + @version "0.3.1" @url "https://github.com/adobe/elixir-styler" def project do