Skip to content

Commit db7165c

Browse files
authored
chore: Release notes for 0.11.2 (#4184)
1 parent 4a257b8 commit db7165c

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

CHANGELOG.md

+20-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# PRQL Changelog
22

3-
## 0.11.2 — [unreleased]
3+
## 0.11.2 — 2023-02-07
44

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:
69

710
**Features**:
811

12+
- Initial implementation of `lutra`, a query runner. (@aljazerzen, #4182, #4174,
13+
#4134)
914
- `prqlc fmt` works on projects with multiple files. (@max-sixty, #4028)
1015

1116
**Fixes**:
1217

13-
**Documentation**:
14-
15-
**Web**:
18+
- Reduce stack memory usage (@aljazerzen, #4103)
1619

1720
**Integrations**:
1821

@@ -24,13 +27,21 @@
2427

2528
**Internal changes**:
2629

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)
3140

3241
**New Contributors**:
3342

43+
- @kaspermarstal, with #4124
44+
3445
## 0.11.1 — 2023-12-26
3546

3647
0.11.1 fixes a couple of small bugs; it comes a few days after 0.11.

0 commit comments

Comments
 (0)