Skip to content

Commit 85c8ba7

Browse files
committed
Release v0.2.0
1 parent 063b290 commit 85c8ba7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.2.0 (2024-09-24)
4+
5+
* Update phoenix_html to `~> 4.0`
6+
37
## v0.1.0 (2024-09-24)
48

59
* Initial version extracted from Surface `v0.11.5`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add `surface_form_helpers` to the list of dependencies in `mix.exs`:
1717
```elixir
1818
def deps do
1919
[
20-
{:surface_form_helpers, "~> 0.1.0"}
20+
{:surface_form_helpers, "~> 0.2.0"}
2121
]
2222
end
2323
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010
defmodule Surface.Form.MixProject do
1111
use Mix.Project
1212

13-
@version "0.1.0"
13+
@version "0.2.0"
1414
@source_url "https://github.com/surface-ui/surface_form_helpers"
1515
@homepage_url "https://surface-ui.org"
1616

0 commit comments

Comments
 (0)