We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8376f commit 622376cCopy full SHA for 622376c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v0.18.0 - 10 Oct 2024
2
+- Add feature for defining the source descriptions in RDF
3
+ - Create source descriptions in RDF
4
+ - Read source descriptions from RDF
5
+- Deprecate JSON-based source descriptions
6
+- Update documentation
7
+
8
# v0.17.0 - 07 Oct 2024
9
- Add query timeout feature
10
- Docker: update Python
DeTrusty/__version__.py
@@ -1 +1 @@
-__version__ = '0.17.0'
+__version__ = '0.18.0'
0 commit comments