Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grych committed May 9, 2018
1 parent 663a65a commit 2f21550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CHANGELOG
## v0.7.8 - `rm priv/drab.live.cache`
## v0.8.0 - `rm priv/drab.live.cache`
### Potentially breaking release!
`Drab.Live` engine has been redesigned again. No more stupid DETS cache anymore. Drab engine now
creates modules for each template, and stores metadata compiled there.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Drab.Mixfile do
use Mix.Project
@version "0.7.8"
@version "0.8.0"

def project do
[
Expand Down

0 comments on commit 2f21550

Please sign in to comment.