We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea839b8 commit 19f9dd9Copy full SHA for 19f9dd9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+## v1.2.0
4
+
5
+* Enhancements
6
+ * Add `struct` type
7
8
## v1.1.1
9
* Enhancements
10
* Definition in using macro
mix.exs
@@ -3,7 +3,7 @@ defmodule Construct.Mixfile do
def project do
[app: :construct,
- version: "1.1.1",
+ version: "1.2.0",
elixir: "~> 1.3",
deps: deps(),
test_coverage: [tool: ExCoveralls],
0 commit comments