We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7704a35 commit 7db0c25Copy full SHA for 7db0c25
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## main
4
5
+## v0.11.7
6
+
7
### Improvements
8
9
* deprecations: `~R` -> `~r`, `Date.range/2` -> `Date.range/3` with decreasing dates (h/t @milmazz)
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.11.6"
+ @version "0.11.7"
16
@url "https://github.com/adobe/elixir-styler"
17
18
def project do
0 commit comments