From 662afccba3907fe770263d1b4bf34e45b688d216 Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Mon, 17 Sep 2018 03:32:45 +0200 Subject: [PATCH] Prepare release 0.5.0 --- CHANGELOG.md | 4 ++-- VERSION | 2 +- mix.exs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 135ddb7..4ef2729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index 4259c64..8f0916f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0-dev +0.5.0 diff --git a/mix.exs b/mix.exs index ddd92a5..0d7e615 100644 --- a/mix.exs +++ b/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},