Bump v0.5.0
This commit is contained in:
parent
1ebec6799a
commit
25284988bb
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
## Master
|
## Master
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
- Introduce `@assigns` assign
|
||||||
|
- Join markup with a newline instead of empty string
|
||||||
|
|
||||||
## 0.4.4
|
## 0.4.4
|
||||||
|
|
||||||
- Removes unnecessary plug dependency.
|
- Removes unnecessary plug dependency.
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -6,7 +6,7 @@ defmodule Temple.MixProject do
|
||||||
app: :temple,
|
app: :temple,
|
||||||
name: "Temple",
|
name: "Temple",
|
||||||
description: "An HTML DSL for Elixir and Phoenix",
|
description: "An HTML DSL for Elixir and Phoenix",
|
||||||
version: "0.4.4",
|
version: "0.5.0",
|
||||||
package: package(),
|
package: package(),
|
||||||
elixirc_paths: elixirc_paths(Mix.env()),
|
elixirc_paths: elixirc_paths(Mix.env()),
|
||||||
elixir: "~> 1.7",
|
elixir: "~> 1.7",
|
||||||
|
|
Reference in a new issue