Bump v0.6.0-alpha.4

This commit is contained in:
Mitchell Hanberg 2020-07-16 00:21:25 -04:00
parent f5ad95642a
commit 2206aa62fe
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## Master
## 0.6.0-alpha.4
- Fix a bug where lists would not properly compile
## 0.6.0-alpha.3
- Compile functions/macros that take blocks that are not if/unless/for

View file

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