This commit is contained in:
Jesse Gumm 2015-07-26 08:48:58 -05:00
parent d6ec97246f
commit 80b3a88530
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
## 0.5.0
* Update to rebar3 and add hex compatability. (Thanks Heinz Gies)
* Remove R14 from travis testing.
## 0.4.1
* Remove unnecessary `io:format` call.

View file

@ -667,6 +667,8 @@ not exist.
+ [Mark Allen](https://github.com/mrallen1)
+ [Christopher Phillips](https://github.com/lostcolony)
+ [Nicholas Lundgaard](https://github.com/nlundgaard-al)
+ [Alejandro Ramallo](https://github.com/aramallo)
+ [Heinz Gies](https://github.com/Licenser)
## Changelog

View file

@ -1,6 +1,6 @@
%% -*- erlang -*-
%% vim:ts=4 sw=4 et ft=erlang
{require_otp_vsn, "R13B04|R14|R15|R16|17"}.
{require_otp_vsn, "R13B04|R14|R15|R16|17|18"}.
{cover_enabled, true}.