Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Jul 28, 2023
1 parent c932755 commit 3ff1fb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## main

## v0.8.2

### Fixes

* Pipes always de-sugars keyword lists when unpiping them (#60)

## v0.8.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add `:styler` as a dependency to your project's `mix.exs`:
```elixir
def deps do
[
{:styler, "~> 0.7", only: [:dev, :test], runtime: false},
{:styler, "~> 0.8", only: [:dev, :test], runtime: false},
]
end
```
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.8.1"
@version "0.8.2"
@url "https://github.com/adobe/elixir-styler"

def project do
Expand Down

0 comments on commit 3ff1fb4

Please sign in to comment.