Skip to content

Commit

Permalink
v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Aug 10, 2023
1 parent 9d1a299 commit 7f3f843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## main

## v0.8.4

### Fixes

* Timex related fixes:
* Timex related fixes (#66):
* Rewrite `Timex.now/1` to `DateTime.now!/1` instead of `DateTime.utc_now/1`
* Only rewrite `Timex.today/0`, don't change `Timex.today/1`

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

def project do
Expand Down

0 comments on commit 7f3f843

Please sign in to comment.