Skip to content

Commit

Permalink
docs: Add release notes for 0.10.0 (#3740)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Oct 26, 2023
1 parent bb96b0c commit 4eb55bf
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# PRQL Changelog

## [unreleased]
## 0.10.0 — 2023-10-26

0.10.0 contains lots of small improvements, including support for new types of
literal notation, support for `read_*` functions in more dialects, playground
improvements, and a better Lezer grammar (which we're planning on using for a
Jupyter extension).

This release has 155 commits from 9 contributors. Selected changes:

**Language**:

Expand Down Expand Up @@ -46,6 +53,10 @@

**Integrations**:

- Add a CLI command `prqlc collect` to collect a project's modules into a single
file (@aljazerzen, #3739)
- Add a CLI command `prqlc debug expand-pl` to parse & and expand into PL
without resolving (@aljazerzen, #3739)
- Bump `prqlc`'s MSRV to 1.70.0 (@eitsupi, #3521)
- [Pygments](https://pygments.org/), a syntax highlighting library now has
syntax highlighting for PRQL. (@vanillajonathan, #3564)
Expand All @@ -70,6 +81,8 @@
**New Contributors**:

- @hulxv, with #3533
- @AaronMoat, with #3522
- @jangorecki, with #3634

## 0.9.5 — 2023-09-16

Expand Down

0 comments on commit 4eb55bf

Please sign in to comment.