Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed May 22, 2024
1 parent 131c8ad commit 3fbc461
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v1.2.1"></a>
## [v1.2.1](https://github.com/comunica/asyncjoin/compare/v1.2.0...v1.2.1) - 2024-05-22

### Fixed
* [Reduce memory usage of symmetric hash join](https://github.com/comunica/asyncjoin/commit/131c8ad2bdf8550a09a6f887408ab502c11ff982)

<a name="v1.2.0"></a>
## [v1.2.0](https://github.com/comunica/asyncjoin/compare/v1.1.2...v1.2.0) - 2024-03-15

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asyncjoin",
"version": "1.2.0",
"version": "1.2.1",
"description": "Join library for asynciterator",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 3fbc461

Please sign in to comment.