We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57771b1 commit 9af7748Copy full SHA for 9af7748
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## main
4
5
+## v0.7.6
6
+
7
### Fixes
8
9
* Fix crash when single pipe had inner defs (h/t [@michallepicki](https://github.com/adobe/elixir-styler/issues/39))
mix.exs
@@ -12,7 +12,7 @@ defmodule Styler.MixProject do
12
use Mix.Project
13
14
# Don't forget to bump the README when doing non-patch version changes
15
- @version "0.7.5"
+ @version "0.7.6"
16
@url "https://github.com/adobe/elixir-styler"
17
18
def project do
0 commit comments