File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# PRQL Changelog
2
2
3
- ## [ unreleased ]
3
+ ## 0.9.5 — 2023-09-12
4
4
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.
6
7
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** :
8
14
9
15
- A new line-wrapping character, for lines that are long and we want to break up
10
16
into multiple physical lines. This is slightly different from from many
43
49
- Fix a corner-case in handling precedence, and remove unneeded parentheses in
44
50
some outputs (@max-sixty , #3472 )
45
51
46
- ** Documentation** :
47
-
48
52
** Web** :
49
53
50
54
- Any panics in the compiler are now printed to the console (@max-sixty , #3446 )
60
64
61
65
** New Contributors** :
62
66
67
+ - @davidot , with #3450
68
+
63
69
## 0.9.4 — 2023-08-24
64
70
65
71
0.9.4 is a small release with some improvements and bug fixes in the compiler
You can’t perform that action at this time.
0 commit comments