|
1 | 1 | # PRQL Changelog
|
2 | 2 |
|
3 |
| -## 0.11.2 — [unreleased] |
| 3 | +## 0.11.2 — 2023-02-07 |
4 | 4 |
|
5 |
| -**Language**: |
| 5 | +0.11.2 contains lots of internal changes, lots of syntax highlighting, and the |
| 6 | +beginning of `lutra`, a query runner. |
| 7 | + |
| 8 | +This release has 122 commits from 9 contributors. Selected changes: |
6 | 9 |
|
7 | 10 | **Features**:
|
8 | 11 |
|
| 12 | +- Initial implementation of `lutra`, a query runner. (@aljazerzen, #4182, #4174, |
| 13 | + #4134) |
9 | 14 | - `prqlc fmt` works on projects with multiple files. (@max-sixty, #4028)
|
10 | 15 |
|
11 | 16 | **Fixes**:
|
12 | 17 |
|
13 |
| -**Documentation**: |
14 |
| - |
15 |
| -**Web**: |
| 18 | +- Reduce stack memory usage (@aljazerzen, #4103) |
16 | 19 |
|
17 | 20 | **Integrations**:
|
18 | 21 |
|
|
24 | 27 |
|
25 | 28 | **Internal changes**:
|
26 | 29 |
|
27 |
| -- _Breaking_ The `prqlc-clib` crate was renamed to `prqlc-c`, and associated |
28 |
| - artifacts were renamed. We're trying to make names consistent (ideally for the |
29 |
| - final time!), and have a plan to rename some other bindings. (@max-sixty, |
30 |
| - #4077) |
| 30 | +- `prql-compiler` has been renamed to `prqlc`, and we've established a more |
| 31 | + consistent naming scheme. The existing crate will still be published, |
| 32 | + re-exporting `prqlc`, so no dependencies will break. A future version will add |
| 33 | + a deprecation warning. |
| 34 | +- The `prqlc-clib` crate was renamed to `prqlc-c`, and associated artifacts were |
| 35 | + renamed. We're trying to make names consistent (ideally for the final time!), |
| 36 | + and have a plan to rename some other bindings. (@max-sixty, #4077) |
| 37 | +- Add lots of whitespace items to the lexer, in preparation for the completion |
| 38 | + of `prqlc fmt` (@max-sixty, #4109, #4105) |
| 39 | +- Table declarations (@aljazerzen, #4126) |
31 | 40 |
|
32 | 41 | **New Contributors**:
|
33 | 42 |
|
| 43 | +- @kaspermarstal, with #4124 |
| 44 | + |
34 | 45 | ## 0.11.1 — 2023-12-26
|
35 | 46 |
|
36 | 47 | 0.11.1 fixes a couple of small bugs; it comes a few days after 0.11.
|
|
0 commit comments