Bump v0.1.1

This commit is contained in:
Mitchell Hanberg 2019-08-08 09:01:28 -04:00
parent 84a59a3e80
commit 030e0f9d3c
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## 0.1.1
### Bugfixes
- Escape content passed to 1-arity tag macros
### Development
- Upgrade various optional development packages
## 0.1.0
- Initial Release

View file

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