Add dependency on Elixir 1.5

to get this URI.merge fix: <https://github.com/elixir-lang/elixir/pull/6208>,
which fixes some failing tests of the JSON test suite
This commit is contained in:
Marcel Otto 2017-08-06 22:33:53 +02:00
commit 68c1d55fcc
5 changed files with 12 additions and 18 deletions

View file

@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
[Keep a CHANGELOG](http://keepachangelog.com).
## 0.1.1 - 2017-08-06
### Changed
- Don't support Elixir versions < 1.5, since `URI.merge` is broken in earlier versions
[Compare v0.1.0...v0.1.1](https://github.com/marcelotto/jsonld-ex/compare/v0.1.0...v0.1.1)
## 0.1.0 - 2017-06-25
Initial release