Skip to content

Commit bfd9a1f

Browse files
committed
v0.8.3
1 parent 0097471 commit bfd9a1f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
## main
44

5+
## v0.8.3
6+
57
### Improvements
68

7-
* DateTime rewrites:
8-
* `DateTime.compare` => `DateTime.{before/after}` (elixir >= 1.15, #62)
9+
* DateTime rewrites (#62, ht @milmazz)
10+
* `DateTime.compare` => `DateTime.{before/after}` (elixir >= 1.15)
911
* `Timex.now` => `DateTime.utc_now`
1012
* `Timex.today` => `Date.utc_today`
1113

1214
### Fixes
1315

14-
16+
* Pipes: add `===`, `!==`, `and`, `or`, `not` to list of valid infix operators (#64)
1517

1618
## v0.8.2
1719

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule Styler.MixProject do
1212
use Mix.Project
1313

1414
# Don't forget to bump the README when doing non-patch version changes
15-
@version "0.8.2"
15+
@version "0.8.3"
1616
@url "https://github.com/adobe/elixir-styler"
1717

1818
def project do

0 commit comments

Comments
 (0)