Skip to content

Commit

Permalink
Bump to release version v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 15, 2024
1 parent c015058 commit 6008147
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v0.6.1"></a>
## [v0.6.1](https://github.com/comunica/comunica-feature-link-traversal/compare/v0.6.0...v0.6.1) - 2024-10-15

### Fixed
* [Remove actor-rdf-join-inner-multi-empty from config](https://github.com/comunica/comunica-feature-link-traversal/commit/c015058c388062c39f1c0f3a27e22bd19c55ed16)
* [Fix config errors](https://github.com/comunica/comunica-feature-link-traversal/commit/908ff6d319a80eff81865d88b9ddece607389d4d)

<a name="v0.6.0"></a>
## [v0.6.0](https://github.com/comunica/comunica-feature-link-traversal/compare/v0.5.0...v0.6.0) - 2024-10-15

Expand Down
2 changes: 1 addition & 1 deletion engines/config-query-sparql-link-traversal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/config-query-sparql-link-traversal",
"version": "0.6.0",
"version": "0.6.1",
"description": "default configuration files for Comunica SPARQL Link Traversal",
"lsd:module": true,
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions engines/query-sparql-link-traversal-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql-link-traversal-solid",
"version": "0.6.0",
"version": "0.6.1",
"description": "A Comunica engine for link traversal-based query evaluation over Solid data pods",
"lsd:module": true,
"license": "MIT",
Expand Down Expand Up @@ -296,7 +296,7 @@
"@comunica/bus-http-invalidate": "^4.0.1",
"@comunica/bus-query-operation": "^4.0.1",
"@comunica/config-query-sparql": "~4.0.1",
"@comunica/config-query-sparql-link-traversal": "^0.6.0",
"@comunica/config-query-sparql-link-traversal": "^0.6.1",
"@comunica/context-entries": "^4.0.1",
"@comunica/context-entries-link-traversal": "^0.6.0",
"@comunica/core": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions engines/query-sparql-link-traversal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql-link-traversal",
"version": "0.6.0",
"version": "0.6.1",
"description": "A Comunica engine for link traversal-based query evaluation",
"lsd:module": true,
"license": "MIT",
Expand Down Expand Up @@ -294,7 +294,7 @@
"@comunica/bus-http-invalidate": "^4.0.1",
"@comunica/bus-query-operation": "^4.0.1",
"@comunica/config-query-sparql": "4.0.1",
"@comunica/config-query-sparql-link-traversal": "^0.6.0",
"@comunica/config-query-sparql-link-traversal": "^0.6.1",
"@comunica/core": "^4.0.1",
"@comunica/logger-void": "^4.0.1",
"@comunica/mediator-all": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"engines/*",
"packages/*"
],
"version": "0.6.0",
"version": "0.6.1",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/actor-rdf-metadata-extract-shapetrees",
"version": "0.6.0",
"version": "0.6.1",
"description": "A shapetrees rdf-metadata-extract actor",
"lsd:module": true,
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/actor-rdf-resolve-hypermedia-links-traverse-prune-shapetrees",
"version": "0.6.0",
"version": "0.6.1",
"description": "A traverse-prune-shapetrees rdf-resolve-hypermedia-links actor",
"lsd:module": true,
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"build:components": "componentsjs-generator"
},
"dependencies": {
"@comunica/actor-rdf-metadata-extract-shapetrees": "^0.6.0",
"@comunica/actor-rdf-metadata-extract-shapetrees": "^0.6.1",
"@comunica/bus-rdf-resolve-hypermedia-links": "^4.0.1",
"@comunica/core": "^4.0.1",
"@comunica/types": "^4.0.1"
Expand Down

3 comments on commit 6008147

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance benchmarks succeeded! 🚀

[Summarized results] [Detailed results]

@rubensworks
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks total results

Benchmark suite Current: 6008147 Previous: c015058 Ratio
SolidBench 12815 ms 11956 ms 1.07

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance benchmarks succeeded! 🚀

[Summarized results] [Detailed results]

Please sign in to comment.