From 3d8c8b27da38e99463b85a8931146e49e16dcfc1 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Mon, 22 May 2023 13:46:21 -0600 Subject: [PATCH] v0.7.10 --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fcdcb0f..34ad9d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## main +## v0.7.10 + ### Fixes * fix crash when encountering single-quote charlists (h/t @fhunleth) diff --git a/mix.exs b/mix.exs index a752f288..00f84326 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.7.9" + @version "0.7.10" @url "https://github.com/adobe/elixir-styler" def project do