Skip to content

Commit

Permalink
v1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Jun 14, 2024
1 parent 385d85d commit 744cea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 744cea3

Please sign in to comment.