Skip to content

Commit

Permalink
chore: Release notes for 0.11.2 (#4184)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Feb 8, 2024
1 parent 4a257b8 commit db7165c
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# PRQL Changelog

## 0.11.2 — [unreleased]
## 0.11.2 — 2023-02-07

**Language**:
0.11.2 contains lots of internal changes, lots of syntax highlighting, and the
beginning of `lutra`, a query runner.

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

**Features**:

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

**Fixes**:

**Documentation**:

**Web**:
- Reduce stack memory usage (@aljazerzen, #4103)

**Integrations**:

Expand All @@ -24,13 +27,21 @@

**Internal changes**:

- _Breaking_ The `prqlc-clib` crate was renamed to `prqlc-c`, and associated
artifacts were renamed. We're trying to make names consistent (ideally for the
final time!), and have a plan to rename some other bindings. (@max-sixty,
#4077)
- `prql-compiler` has been renamed to `prqlc`, and we've established a more
consistent naming scheme. The existing crate will still be published,
re-exporting `prqlc`, so no dependencies will break. A future version will add
a deprecation warning.
- The `prqlc-clib` crate was renamed to `prqlc-c`, and associated artifacts were
renamed. We're trying to make names consistent (ideally for the final time!),
and have a plan to rename some other bindings. (@max-sixty, #4077)
- Add lots of whitespace items to the lexer, in preparation for the completion
of `prqlc fmt` (@max-sixty, #4109, #4105)
- Table declarations (@aljazerzen, #4126)

**New Contributors**:

- @kaspermarstal, with #4124

## 0.11.1 — 2023-12-26

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

0 comments on commit db7165c

Please sign in to comment.