Bump v0.4.2

This commit is contained in:
Mitchell Hanberg 2019-11-22 22:55:57 -05:00
parent d8e17c54bb
commit 71bddc6346
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## Master
## 0.4.2
- temple.convert task no longer fails when parsing HTML fragments.
## 0.4.1
- Only use Floki in dev and test environments

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.1",
version: "0.4.2",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.7",