From dbb9e6be6cb4bb4fdc465260bb435a8297ae666e Mon Sep 17 00:00:00 2001 From: defanor Date: Fri, 23 Feb 2018 20:49:30 +0300 Subject: Increase version to 0.2.0.0 --- ChangeLog.md | 6 ++++++ redland.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6c1f9b9..9d49b9e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # Revision history for redland +## 0.2.0.0 -- 2018-02-23 + +* Support for literal node types/languages. +* Ord and NFData instances for Node and Triple. + + ## 0.1.0.0 -- 2018-02-20 * ChangeLog is introduced. diff --git a/redland.cabal b/redland.cabal index 6191541..a6014cd 100644 --- a/redland.cabal +++ b/redland.cabal @@ -1,5 +1,5 @@ name: redland -version: 0.1.0.0 +version: 0.2.0.0 synopsis: Redland RDF library bindings description: This package provides low-level and mid-level Redland RDF library bindings, as well as some -- cgit v1.2.3