From c11aee12fa83ede54fce14b6cbc1425339934835 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Wed, 6 Dec 2023 09:03:31 -0700 Subject: [PATCH] v0.10.5 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9560b1..a62ddd22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## v0.10.5 +After being bitten by two of them in a row, Styler's test suite now makes sure that there are no +idempotency bugs as part of its tests. + +In short, we now have `assert style(x) == style(style(x))` as part of every test. Sorry for not thinking to include this before :) + ### Fixes * alias: fix single-module alias deletion newlines bug diff --git a/mix.exs b/mix.exs index 0f98e80f..71b56731 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.10.4" + @version "0.10.5" @url "https://github.com/adobe/elixir-styler" def project do