Prepare release 0.5.0
This commit is contained in:
parent
08ce785a82
commit
662afccba3
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.5.0-dev
|
||||
0.5.0
|
||||
|
|
4
mix.exs
4
mix.exs
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue