Skip to content

Commit bedbe71

Browse files
committed
Releases v0.4.0
1 parent 75f49e5 commit bedbe71

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
## unreleased
1+
## [0.4.0] - 2024-11-02
22

33
### Added
4-
- Oxigraph native parsers for N-Triples, Turtle and RDF/XML.
4+
- Oxigraph native parsers and serializers for N-Triples, N-Quads, Turtle, TriG, N3 and RDF/XML.
55

6-
### Improved
7-
- Restructured the codebase to account for further additions of parsers and serializers.
6+
### Removed
7+
- `OxMemory` and `OxSled` aliases.
8+
9+
### Changed
10+
- Upgrades pyoxigraph to 0.4.
11+
- `Dataset` `update` evaluation is now done using pyoxigraph and not rdflib.
12+
- Restructures the codebase to account for further additions of parsers and serializers.
813

914

1015
## [0.3.7] - 2024-03-30

0 commit comments

Comments
 (0)