Skip to content

Commit

Permalink
release of v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prohde committed Jul 25, 2024
1 parent 4db611f commit eee3297
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.1 - 25 Jul 2024
- Update dependencies
- Flask
- requests

# v0.16.0 - 23 Jul 2024
- Add physical operator NestedHashJoinValues (NHJV)
- Add physical operator NestedHashOptionalValues (NHOV)
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.16.0'
__version__ = '0.16.1'

0 comments on commit eee3297

Please sign in to comment.