Skip to content

Commit 4eb55bf

Browse files
authored
docs: Add release notes for 0.10.0 (#3740)
1 parent bb96b0c commit 4eb55bf

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# PRQL Changelog
22

3-
## [unreleased]
3+
## 0.10.0 — 2023-10-26
4+
5+
0.10.0 contains lots of small improvements, including support for new types of
6+
literal notation, support for `read_*` functions in more dialects, playground
7+
improvements, and a better Lezer grammar (which we're planning on using for a
8+
Jupyter extension).
9+
10+
This release has 155 commits from 9 contributors. Selected changes:
411

512
**Language**:
613

@@ -46,6 +53,10 @@
4653

4754
**Integrations**:
4855

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

7283
- @hulxv, with #3533
84+
- @AaronMoat, with #3522
85+
- @jangorecki, with #3634
7386

7487
## 0.9.5 — 2023-09-16
7588

0 commit comments

Comments
 (0)