From e8918aa8abdae8192d623543da763f67931d9471 Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Mon, 1 Jun 2020 21:44:16 +0200 Subject: [PATCH] Prepare release 0.3.1 --- CHANGELOG.md | 4 ++-- LICENSE.md | 2 +- README.md | 2 +- VERSION | 2 +- mix.exs | 3 +-- mix.lock | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df1f4c6..0fde463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com). -## Unreleased +## 0.3.1 - 2020-06-01 This version just upgrades to RDF.ex 0.8. With that Elixir version < 1.8 are no longer supported. -[Compare v0.3.0...HEAD](https://github.com/rdf-elixir/rdf-ex/compare/v0.3.0...HEAD) +[Compare v0.3.0...v0.3.1](https://github.com/rdf-elixir/rdf-ex/compare/v0.3.0...v0.3.1) diff --git a/LICENSE.md b/LICENSE.md index 712ed53..259fb59 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2017 Marcel Otto +Copyright (c) 2017-2020 Marcel Otto Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 9e84b53..da37d75 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ see [CONTRIBUTING](CONTRIBUTING.md) for details. ## License and Copyright -(c) 2017 Marcel Otto. MIT Licensed, see [LICENSE](LICENSE.md) for details. +(c) 2017-2020 Marcel Otto. MIT Licensed, see [LICENSE](LICENSE.md) for details. [RDF.ex]: https://hex.pm/packages/rdf diff --git a/VERSION b/VERSION index 0d91a54..9e11b32 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/mix.exs b/mix.exs index 01e4b53..e14832e 100644 --- a/mix.exs +++ b/mix.exs @@ -60,8 +60,7 @@ defmodule JSON.LD.Mixfile do defp deps do [ -# {:rdf, "~> 0.8"}, - {:rdf, github: "rdf-elixir/rdf-ex"}, + {:rdf, "~> 0.8"}, {:jason, "~> 1.2"}, {:credo, "~> 1.4", only: [:dev, :test], runtime: false}, diff --git a/mix.lock b/mix.lock index b6f2722..7b926bc 100644 --- a/mix.lock +++ b/mix.lock @@ -18,7 +18,7 @@ "nimble_parsec": {:hex, :nimble_parsec, "0.5.3", "def21c10a9ed70ce22754fdeea0810dafd53c2db3219a0cd54cf5526377af1c6", [:mix], [], "hexpm", "589b5af56f4afca65217a1f3eb3fee7e79b09c40c742fddc1c312b3ac0b3399f"}, "parse_trans": {:hex, :parse_trans, "3.3.0", "09765507a3c7590a784615cfd421d101aec25098d50b89d7aa1d66646bc571c1", [:rebar3], [], "hexpm", "17ef63abde837ad30680ea7f857dd9e7ced9476cdd7b0394432af4bfc241b960"}, "protocol_ex": {:hex, :protocol_ex, "0.4.3", "4acbe35da85109dc40315c1139bb7a65ebc7fc102d384cd8b3038384fbb9b282", [:mix], [], "hexpm", "6ca5ddb3505c9c86f17cd3f19838b34bf89966ae17078f79f81983b6a4391fe9"}, - "rdf": {:git, "https://github.com/rdf-elixir/rdf-ex.git", "b82aeb67d2c573462fd44cb5aa0b8b78106ef92b", []}, + "rdf": {:hex, :rdf, "0.8.0", "9e797e1120d7eb4285874eb3e293493670d3deddcca8315abec9598ca80ae7d4", [:mix], [{:decimal, "~> 1.5", [hex: :decimal, repo: "hexpm", optional: false]}, {:protocol_ex, "~> 0.4", [hex: :protocol_ex, repo: "hexpm", optional: false]}], "hexpm", "d256e7d35d03dd22ae44850c31d5e7eca77563985b8ba7dbf6d639f7ddadd596"}, "ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.6", "cf344f5692c82d2cd7554f5ec8fd961548d4fd09e7d22f5b62482e5aeaebd4b0", [:make, :mix, :rebar3], [], "hexpm", "bdb0d2471f453c88ff3908e7686f86f9be327d065cc1ec16fa4540197ea04680"}, "unicode_util_compat": {:hex, :unicode_util_compat, "0.5.0", "8516502659002cec19e244ebd90d312183064be95025a319a6c7e89f4bccd65b", [:rebar3], [], "hexpm", "d48d002e15f5cc105a696cf2f1bbb3fc72b4b770a184d8420c8db20da2674b38"}, }