Bump v0.5.0

This commit is contained in:
Mitchell Hanberg 2020-04-08 23:28:02 -04:00
parent 1ebec6799a
commit 25284988bb
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,11 @@
## Master
## 0.5.0
- Introduce `@assigns` assign
- Join markup with a newline instead of empty string
## 0.4.4
- Removes unnecessary plug dependency.

View file

@ -6,7 +6,7 @@ defmodule Temple.MixProject do
app: :temple,
name: "Temple",
description: "An HTML DSL for Elixir and Phoenix",
version: "0.4.4",
version: "0.5.0",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.7",