Skip to content

Commit fb5f0a9

Browse files
committed
Bump v0.6.2
1 parent 540692f commit fb5f0a9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Nothing yet
66

7+
## 0.6.2
8+
9+
### Bug fixes
10+
11+
- Compile void elements with zero attrs #135
12+
713
## 0.6.1
814

915
### Bug fixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add `temple` to your list of dependencies in `mix.exs`:
1616
```elixir
1717
def deps do
1818
[
19-
{:temple, "~> 0.6.1"},
19+
{:temple, "~> 0.6.2"},
2020
{:phoenix_view, github: "phoenixframework/phoenix_view"},
2121
{:phoenix_live_view, github: "phoenixframework/phoenix_live_view"} # currently requires an unreleased version of phoenix_live_view if you are using live view
2222
]

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Temple.MixProject do
66
app: :temple,
77
name: "Temple",
88
description: "An HTML DSL for Elixir and Phoenix",
9-
version: "0.6.1",
9+
version: "0.6.2",
1010
package: package(),
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
elixir: "~> 1.9",

0 commit comments

Comments
 (0)