summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2021-10-10 22:18:07 +1000
committerNicholas Car <nicholas.car@surroundaustralia.com>2021-10-10 22:18:07 +1000
commit0c819cfae224b3f7b0d3ba61fff38bfdfbbebf3b (patch)
treed80503a94a83132572805abffbebd4532d371cc6 /CHANGELOG.md
parent4a16a5f493a29f978e7130a0807ffd784563d250 (diff)
downloadrdflib-0c819cfae224b3f7b0d3ba61fff38bfdfbbebf3b.tar.gz
6.0.2 release docco
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 072681de..3cee94b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+2021/09/17 RELEASE 6.0.2
+========================
+Minor release to add OWL.rational & OWL.real which are needed to allow the OWL-RL pachage to use only rdflib namespaces, not it's own versions.
+
+* Add owl:rational and owl:real to match standard.
+ [PR #1428](https://github.com/RDFLib/rdflib/pull/1428)
+
+A few other small things have been added, see the following merged PRs list:
+
+* rename arg LOVE to ns in rdfpipe
+ [PR #1426](https://github.com/RDFLib/rdflib/pull/1426)
+* Remove Tox reference to Python 3.6
+ [PR #1422](https://github.com/RDFLib/rdflib/pull/1422)
+* Add Brick DefinedNamespace
+ [PR #1419](https://github.com/RDFLib/rdflib/pull/1419)
+* Use setName on TokenConverter to set the name property
+ [PR #1409](https://github.com/RDFLib/rdflib/pull/1409)
+* Add test for adding JSON-LD to guess_format()
+ [PR #1408](https://github.com/RDFLib/rdflib/pull/1408)
+* Fix mypy type errors and add mypy to .drone.yml
+ [PR #1407](https://github.com/RDFLib/rdflib/pull/1407)
+
+
2021/09/17 RELEASE 6.0.1
========================
Minor release to fix a few small errors, in particular with JSON-LD parsing & serializing integration from rdflib-jsonld. Also, a few other niceties, such as allowing graph `add()`, `remove()` etc. to be chainable.