Prepare release 0.5.0

This commit is contained in:
Marcel Otto 2018-09-17 03:32:45 +02:00
parent 08ce785a82
commit 662afccba3
3 changed files with 5 additions and 5 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.5.0 - 2018-09-17
### Added
@ -62,7 +62,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
literals
[Compare v0.4.1...HEAD](https://github.com/marcelotto/rdf-ex/compare/v0.4.1...HEAD)
[Compare v0.4.1...v0.5.0](https://github.com/marcelotto/rdf-ex/compare/v0.4.1...v0.5.0)

View file

@ -1 +1 @@
0.5.0-dev
0.5.0

View file

@ -62,9 +62,9 @@ defmodule RDF.Mixfile do
{:decimal, "~> 1.5"},
{:dialyxir, "~> 0.5", only: [:dev, :test], runtime: false},
{:credo, "~> 0.10", only: [:dev, :test], runtime: false},
{:credo, "~> 0.10", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.19", only: :dev, runtime: false},
{:excoveralls, "~> 0.10", only: :test},
{:excoveralls, "~> 0.10", only: :test},
{:inch_ex, "~> 1.0", only: [:dev, :test]},
{:benchee, "~> 0.13", only: :bench},