Skip to content

0.6.1

Compare
Choose a tag to compare
@max-sixty max-sixty released this 13 Mar 06:24
· 1997 commits to main since this release
ef064e1

0.6.1 is a small release containing an internal refactoring and improved bindings for C, PHP & .NET.

This release has 54 commits from 6 contributors. Selected changes:

Fixes:

  • No longer incorrectly compile to DISTINCT when a take 1 refers to a different set of columns than are in the group. (@max-sixty, with thanks to @cottrell, #2109)
  • The version specification of the dependency Chumsky was bumped from 0.9.0 to 0.9.2. 0.9.0 has a bug that causes an infinite loop. (@eitsupi, #2110)

Documentation:

Integrations:

Internal changes:

  • Many of the items that were in the root of the repo have been aggregated into web & bindings, simplifying the repo's structure. There's also grammars & packages (@max-sixty, #2135, #2117, #2121).