Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRublev committed Apr 29, 2024
1 parent 4af0037 commit 59fc88f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,11 @@ Domo compiled validation functions for the given struct based on the described t

## Changelog

## v1.5.15

* Support sum types as element of a list: [a | b]
* Improve compatibility with Elixir 1.16

## v1.5.14

* Fix validate_type/* function to run without Ecto validate_required warning.
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Domo.MixProject do
use Mix.Project

@version "1.5.14"
@version "1.5.15"
@repo_url "https://github.com/IvanRublev/Domo"

def project do
Expand Down Expand Up @@ -72,7 +72,7 @@ defmodule Domo.MixProject do
{:nimble_parsec, "1.1.0"},

# Documentation dependencies
{:ex_doc, ">= 0.0.0", only: :docs, runtime: false}
{:ex_doc, "0.26.0", only: :docs, runtime: false}
]
end

Expand Down

0 comments on commit 59fc88f

Please sign in to comment.