From 7a69a3f37397651c43f648b76ce145eaa2e84913 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Fri, 27 Oct 2023 09:47:12 -0600 Subject: [PATCH] v0.9.7 --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1461c91f..60071743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## main +## v0.9.7 + ### Fixes * rewrite pipes starting with `quote` blocks like we do with `case|if|cond|with` blocks (#82, h/t @SteffenDE) diff --git a/mix.exs b/mix.exs index 1734318b..ec3a7148 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.9.6" + @version "0.9.7" @url "https://github.com/adobe/elixir-styler" def project do