Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gjaldon committed Jul 25, 2019
1 parent 8a91acc commit 37301f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.3.2
- EctoEnum now generates typespecs for dialyzer.
- Fixed a bug where the `create_type/0` with the drop was not being created.

## 1.3.1
- Fixed a bug where multiple function clauses of `cast` and `dump` were defined by `EctoEnum.Use`.
This error happens when defining string-backed enums, since multiple function clauses for the string
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule EctoEnum.Mixfile do
use Mix.Project

@version "1.3.1"
@version "1.3.2"

def project do
[
Expand Down

0 comments on commit 37301f9

Please sign in to comment.