Current section
Files
Jump to
Current section
Files
sparql_client
CHANGELOG.md
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and
[Keep a CHANGELOG](http://keepachangelog.com).
## 0.2.0 - 2018-09-17
### Changed
- adapt to new query result representation in SPARQL.ex 0.2
- Elixir versions < 1.6 are no longer supported (as a consequence of upgrading
to the latest versions of RDF.ex and SPARQL.ex)
[Compare v0.1.1...v0.2.0](https://github.com/marcelotto/sparql_client/compare/v0.1.1...v0.2.0)
## v0.1.1 - 2018-08-21
- Upgrade to Tesla 1.1
[Compare v0.1.0...v0.1.1](https://github.com/marcelotto/sparql_client/compare/v0.1.0...v0.1.1)
## v0.1.0 - 2018-03-19
Initial release