We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26e50a commit f3c70cfCopy full SHA for f3c70cf
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+## v3.0.3
4
+
5
+* Enhancements
6
+ * Able to override cast/2
7
8
## v3.0.2
9
10
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Construct.Mixfile do
def project do
[
app: :construct,
- version: "3.0.2",
+ version: "3.0.3",
elixir: "~> 1.14",
deps: deps(),
elixirc_paths: elixirc_paths(Mix.env),
0 commit comments