Skip to content

Commit 0f5129b

Browse files
committed
chore: bump v0.0.9
1 parent b29b7cb commit 0f5129b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v0.0.9
4+
5+
- feat: allow schemas to correctly dump optional fields
6+
37
## v0.0.8
48

59
- docs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ iex> dump(Bookstore.BooksListResult.schematic(), %Bookstore.BooksListResult{
202202
```elixir
203203
def deps do
204204
[
205-
{:schematic, "~> 0.0.8"}
205+
{:schematic, "~> 0.0.9"}
206206
]
207207
end
208208
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Schematic.MixProject do
66
app: :schematic,
77
description: "Data validation and transformation",
88
package: package(),
9-
version: "0.0.8",
9+
version: "0.0.9",
1010
elixir: "~> 1.10",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)