Skip to content

Commit 8d9b047

Browse files
committed
Bump to release version v5.2.4
1 parent b5d5473 commit 8d9b047

6 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v5.2.4"></a>
5+
## [v5.2.4](https://github.com/comunica/comunica/compare/v5.2.3...v5.2.4) - 2026-06-19
6+
7+
### Fixed
8+
* [Consider application/octet-stream as unknown media type](https://github.com/comunica/comunica/commit/b7e62bec4fb0093cdeecc7e8b1145e03ff6b2181)
9+
410
<a name="v5.2.3"></a>
511
## [v5.2.3](https://github.com/comunica/comunica/compare/v5.2.2...v5.2.3) - 2026-05-26
612

engines/query-sparql-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comunica/query-sparql-file",
3-
"version": "5.2.3",
3+
"version": "5.2.4",
44
"description": "A SPARQL query engine for querying over local and remote RDF files",
55
"license": "MIT",
66
"funding": {
@@ -73,7 +73,7 @@
7373
"@comunica/actor-context-preprocess-source-to-destination": "^5.2.3",
7474
"@comunica/actor-dereference-fallback": "^5.2.3",
7575
"@comunica/actor-dereference-file": "^5.2.3",
76-
"@comunica/actor-dereference-http": "^5.2.3",
76+
"@comunica/actor-dereference-http": "^5.2.4",
7777
"@comunica/actor-dereference-rdf-parse": "^5.2.3",
7878
"@comunica/actor-expression-evaluator-factory-default": "^5.2.3",
7979
"@comunica/actor-function-factory-expression-bnode": "^5.2.3",

engines/query-sparql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comunica/query-sparql",
3-
"version": "5.2.3",
3+
"version": "5.2.4",
44
"description": "A SPARQL query engine for querying over decentralized RDF knowledge graphs on the Web",
55
"license": "MIT",
66
"funding": {
@@ -86,7 +86,7 @@
8686
"@comunica/actor-context-preprocess-set-defaults": "^5.2.3",
8787
"@comunica/actor-context-preprocess-source-to-destination": "^5.2.3",
8888
"@comunica/actor-dereference-fallback": "^5.2.3",
89-
"@comunica/actor-dereference-http": "^5.2.3",
89+
"@comunica/actor-dereference-http": "^5.2.4",
9090
"@comunica/actor-dereference-rdf-parse": "^5.2.3",
9191
"@comunica/actor-expression-evaluator-factory-default": "^5.2.3",
9292
"@comunica/actor-function-factory-expression-bnode": "^5.2.3",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"packages/*",
2121
"performance/*"
2222
],
23-
"version": "5.2.3",
23+
"version": "5.2.4",
2424
"loglevel": "success",
2525
"registry": "https://registry.npmjs.org/",
2626
"npmClient": "yarn",

packages/actor-dereference-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comunica/actor-dereference-http",
3-
"version": "5.2.3",
3+
"version": "5.2.4",
44
"description": "A http dereference actor",
55
"lsd:module": true,
66
"license": "MIT",

publiccode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ publiccodeYmlVersion: '0.4'
22

33
name: Comunica
44
url: https://github.com/comunica/comunica
5-
softwareVersion: 5.2.3
6-
releaseDate: 2026-05-26
5+
softwareVersion: 5.2.4
6+
releaseDate: 2026-06-19
77
logo: https://comunica.dev/img/comunica_red.svg
88

99
organisation:

0 commit comments

Comments
 (0)