Skip to content

v0.4.0

Compare
Choose a tag to compare
@substrait-project-bot substrait-project-bot released this 05 Jun 03:06
· 380 commits to main since this release

0.4.0 (2022-06-05)

⚠ BREAKING CHANGES

  • there was an accidental inclusion of a binary not function with unspecified behavior. This function was removed. Use the unary not function to return the compliment of an input argument.

Bug Fixes

  • remove not function that expects two arguments (#182) (e06067c)