Skip to content

Commit

Permalink
chore: bump v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Mar 25, 2023
1 parent 01535e5 commit c98acba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v0.0.6

- dump/1 now returns and ok/error tuple
- nullable/1 schematic

## v0.0.5

- fix: handle nil message in oneof schematic
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ unify(schematic, input)
```elixir
def deps do
[
{:schematic, "~> 0.0.5"}
{:schematic, "~> 0.0.6"}
]
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 Schematic.MixProject do
app: :schematic,
description: "Data validation and transformation",
package: package(),
version: "0.0.5",
version: "0.0.6",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
source_url: "https://github.com/mhanberg/schematic",
Expand Down

0 comments on commit c98acba

Please sign in to comment.