summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-02-23 20:49:30 +0300
committerdefanor <defanor@uberspace.net>2018-02-23 20:49:30 +0300
commitdbb9e6be6cb4bb4fdc465260bb435a8297ae666e (patch)
treecc4ebc0ac5d8be320642d6f72cf6bf62c56dd251
parentd7c6f1d025cb7b03a7d44625827a7e852df23e0e (diff)
Increase version to 0.2.0.0
-rw-r--r--ChangeLog.md6
-rw-r--r--redland.cabal2
2 files changed, 7 insertions, 1 deletions
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