From 744cea3944eafac99767d67fecf439204dcb86b4 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Thu, 13 Jun 2024 17:08:13 -0700 Subject: [PATCH] v1.0.0-rc2 --- CHANGELOG.md | 7 +++++-- mix.exs | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df3342d..1c24d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,13 @@ **Note** Styler's only public API is its usage as a formatter plugin. While you're welcome to play with its internals, they can and will change without that change being reflected in Styler's semantic version. -## main +## 1.0.0-rc.2 -## 1.0.0-rc.1 +### Fixes +* fix `Map.drop(x, [a | b])` registering as a chance to refactor to `Map.delete` + +## 1.0.0-rc.1 ### Improvements diff --git a/mix.exs b/mix.exs index 0474186..f128ae7 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 "1.0.0-rc.1" + @version "1.0.0-rc.2" @url "https://github.com/adobe/elixir-styler" def project do