Skip to content

Commit

Permalink
docs: Add release notes for 0.9.5 (#3501)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Sep 17, 2023
1 parent 67b7547 commit 7fca2a8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# PRQL Changelog

## [unreleased]
## 0.9.5 — 2023-09-12

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

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

**Language**:

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

**Documentation**:

**Web**:

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

**New Contributors**:

- @davidot, with #3450

## 0.9.4 — 2023-08-24

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

0 comments on commit 7fca2a8

Please sign in to comment.