We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b37d29 commit 889a600Copy full SHA for 889a600
2 files changed
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+<a name="v3.2.0"></a>
5
+## [v3.2.0](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v3.1.0...v3.2.0) - 2025-11-03
6
+
7
+### Changed
8
+* [Emit error on unsupported versions](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/2b37d294d8a13de0fb9a8d6e2cd6fbad5a2b20b7)
9
10
<a name="v3.1.0"></a>
11
## [v3.1.0](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v3.0.1...v3.1.0) - 2025-07-01
12
package.json
@@ -1,6 +1,6 @@
{
"name": "rdfxml-streaming-parser",
- "version": "3.1.0",
+ "version": "3.2.0",
"description": "Streaming RDF/XML parser",
"keywords": [
"rdf/xml",
0 commit comments