Skip to content

Commit

Permalink
release of v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prohde committed Jul 23, 2024
1 parent 16b2cbb commit b4d7444
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.16.0 - 23 Jul 2024
- Add physical operator NestedHashJoinValues (NHJV)
- Add physical operator NestedHashOptionalValues (NHOV)
- Use NHJV and NHOV for nested hash join and nested hash optional instead of their FILTER variants

# v0.15.6 - 08 May 2024
- Fix variables in response header for queries with aggregates with alias

Expand Down
2 changes: 1 addition & 1 deletion DeTrusty/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.15.6'
__version__ = '0.16.0'

0 comments on commit b4d7444

Please sign in to comment.