Skip to content

Commit

Permalink
release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phcurado committed Mar 6, 2023
1 parent 40a953f commit 78865c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* [Parameter.Schema.Compiler] Unify schema compiler for macro and functional API.
* [Parameter.Types.Any] Renamed module to `Parameter.Types.AnyType` to fix elixir warnings
* [Parameter] Fix `load`, `dump` and `validate` functions to correctly parse Enum values in nested schema.
* [Parameter.Schema] default options for nested schema is now available.

### Deprecations

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Add `parameter` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:parameter, "~> 0.11"}
{:parameter, "~> 0.12"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Parameter.MixProject do
use Mix.Project

@source_url "https://github.com/phcurado/parameter"
@version "0.11.0"
@version "0.12.0"

def project do
[
Expand Down

0 comments on commit 78865c7

Please sign in to comment.