From 80b3a88530fbc7d5d657dda6f72e5b24540dda0f Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Sun, 26 Jul 2015 08:48:58 -0500 Subject: [PATCH] Add 18 --- CHANGELOG.markdown | 5 +++++ README.markdown | 2 ++ rebar.config | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 252d66c..53ca889 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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. diff --git a/README.markdown b/README.markdown index 4e05650..5fcad6f 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/rebar.config b/rebar.config index 423fcd2..622fcf5 100644 --- a/rebar.config +++ b/rebar.config @@ -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}.