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 a893201 commit 57bb2d0Copy full SHA for 57bb2d0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+## v2.1.7
4
+
5
+* Enhancements
6
+ * Add typespec generation
7
8
## v2.1.6
9
10
* Bug fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule Construct.Mixfile do
def project do
[
app: :construct,
- version: "2.1.6",
+ version: "2.1.7",
elixir: "~> 1.4",
deps: deps(),
elixirc_paths: elixirc_paths(Mix.env),
0 commit comments