Prepare release 0.2.0

This commit is contained in:
Marcel Otto 2017-08-12 12:42:07 +02:00
parent 89d75270aa
commit 82662ab19d
3 changed files with 5 additions and 4 deletions

View file

@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
[Keep a CHANGELOG](http://keepachangelog.com).
## Unreleased
## 0.2.0 - 2017-08-12
### Added
@ -30,7 +30,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
- N-Triples and N-Quads decoder didn't handle escaping properly
[Compare v0.1.1...HEAD](https://github.com/marcelotto/rdf-ex/compare/v0.1.1...HEAD)
[Compare v0.1.1...v0.2.0](https://github.com/marcelotto/rdf-ex/compare/v0.1.1...v0.2.0)
## 0.1.1 - 2017-06-25

View file

@ -27,7 +27,7 @@ The [RDF.ex] Hex package can be installed as usual, by adding `rdf` to your list
```elixir
def deps do
[{:rdf, "~> 0.1"}]
[{:rdf, "~> 0.2"}]
end
```

View file

@ -1 +1 @@
0.2.0-dev
0.2.0