Skip to content

Commit

Permalink
v0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Jan 25, 2024
1 parent c3c0bc7 commit fa06428
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## main

## v0.11.8

Two releases in one day!? @koudelka made too good a point about `Map.new` not being special...

### Improvements

* pipes: treat `MapSet.new` and `Keyword.new` the same way we do `Map.new` (h/t @koudelka)

## v0.11.7

### 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 "0.11.7"
@version "0.11.8"
@url "https://github.com/adobe/elixir-styler"

def project do
Expand Down

0 comments on commit fa06428

Please sign in to comment.