Skip to content

Commit

Permalink
Bump v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Sep 20, 2022
1 parent 99cbb42 commit dca47b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Main

### 0.10.0

### Enhancements

- mix temple.convert task to convert HTML into Temple syntax.
- Temple now works with SVG elements.

### 0.9.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add `temple` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:temple, "~> 0.9.0-rc.0"}
{:temple, "~> 0.10.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Temple.MixProject do
app: :temple,
name: "Temple",
description: "An HTML DSL for Elixir",
version: "0.9.0",
version: "0.10.0",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.13",
Expand Down

0 comments on commit dca47b9

Please sign in to comment.