Bump v0.3.1

This commit is contained in:
Mitchell Hanberg 2019-08-27 22:09:22 -04:00
parent ac56c3cc81
commit 9e4f56dd95
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## Master
## v0.3.1
- `Temple.Form.phx_label`, `Temple.Form.submit`, `Temple.Link.phx_button`, `Temple.Link.phx_link` now correctly parse blocks. Before this, they would escape anything passed to the block instead of accepting it as raw HTML.
## v0.3.0
- `Temple.Tags.html` now prepends the doctype, making it valid HTML

View file

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