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 b157ebe commit c8f9702Copy full SHA for c8f9702
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+## v2.1.6
4
+
5
+* Bug fixes
6
+ * Ensure module is compiled when checking for Construct def in `include` macro
7
8
## v2.1.5
9
10
* Bug fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule Construct.Mixfile do
def project do
[
app: :construct,
- version: "2.1.5",
+ version: "2.1.6",
elixir: "~> 1.4",
deps: deps(),
elixirc_paths: elixirc_paths(Mix.env),
0 commit comments