Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Aug 7, 2023
1 parent 0097471 commit bfd9a1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

## main

## v0.8.3

### Improvements

* DateTime rewrites:
* `DateTime.compare` => `DateTime.{before/after}` (elixir >= 1.15, #62)
* DateTime rewrites (#62, ht @milmazz)
* `DateTime.compare` => `DateTime.{before/after}` (elixir >= 1.15)
* `Timex.now` => `DateTime.utc_now`
* `Timex.today` => `Date.utc_today`

### Fixes


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

## v0.8.2

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

def project do
Expand Down

0 comments on commit bfd9a1f

Please sign in to comment.