Skip to content

0.13.1

Compare
Choose a tag to compare
@max-sixty max-sixty released this 11 Oct 16:40
· 20 commits to main since this release
c8d0025

0.13.1 is a small release containing a few bug fixes and improvements. Velocity has slowed down a bit in recent months, we're still hoping to finish the new resolver and the new formatter in the near future.

It has 97 commits from 10 contributors. Selected changes:

Features:

  • Add a option to the experimental documentation generator to output the docs in HTML format. The option is given using the --format=html option. (@vanillajonathan, 4791)

  • The version of the library is now read from git describe. This doesn't affect libraries built on git tags (such as our releases), only those built when developing. When reporting bugs, this helps identify the exact version. (@max-sixty & @m-span, #4804)

Fixes:

  • Raw strings (r"...") are retained through prqlc fmt (@max-sixty, #4848)

  • Strings containing an odd contiguous number of quotes are now delimited by an odd number of quotes when being formatted. The previous implementation would use an even number, which is invalid PRQL. (@max-sixty, #4850)

  • A few more keywords are quoted, such as user, which is a reserved keyword in PostgreSQL. (@max-sixty)