Skip to content

Commit 7fca2a8

Browse files
authored
docs: Add release notes for 0.9.5 (#3501)
1 parent 67b7547 commit 7fca2a8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# PRQL Changelog
22

3-
## [unreleased]
3+
## 0.9.5 — 2023-09-12
44

5-
**Language**:
5+
0.9.5 adds a line-wrapping character, fixes a few bugs, and improves our CI. The
6+
release has 77 commits from 8 contributors. Selected changes are below.
67

7-
**Features**:
8+
Look out for some conference talks coming up over the next few weeks, including
9+
[QCon SF on Oct 2](https://qconsf.com/presentation/oct2023/prql-simple-powerful-pipelined-sql-replacement)
10+
and
11+
[date2day on Oct 12](https://www.data2day.de/veranstaltung-21353-0-prql-a-modern-language-for-data-transformation.html).
12+
13+
**Language**:
814

915
- A new line-wrapping character, for lines that are long and we want to break up
1016
into multiple physical lines. This is slightly different from from many
@@ -43,8 +49,6 @@
4349
- Fix a corner-case in handling precedence, and remove unneeded parentheses in
4450
some outputs (@max-sixty, #3472)
4551

46-
**Documentation**:
47-
4852
**Web**:
4953

5054
- Any panics in the compiler are now printed to the console (@max-sixty, #3446)
@@ -60,6 +64,8 @@
6064

6165
**New Contributors**:
6266

67+
- @davidot, with #3450
68+
6369
## 0.9.4 — 2023-08-24
6470

6571
0.9.4 is a small release with some improvements and bug fixes in the compiler

0 commit comments

Comments
 (0)