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.4 — 2023-08-24
4
4
5
- ** Language** :
5
+ 0.9.4 is a small release with some improvements and bug fixes in the compiler
6
+ and ` prqlc ` . And, the documentation and CI are continually being improved.
7
+
8
+ This release has 110 commits from 9 contributors. Selected changes:
6
9
7
10
** Features** :
8
11
13
16
14
17
** Fixes** :
15
18
16
- - ` prqlc ` no longer displays a prompt when piping a query into its stdin
17
- (@max-sixty , #3248 ).
18
19
- S-strings within double braces now parse correctly (@max-sixty , #3265 )
19
20
20
21
** Documentation** :
29
30
30
31
** Integrations** :
31
32
32
- - Add a minimal example for use with Zig (@vanillajonathan , #3372 )
33
+ - ` prqlc ` no longer displays a prompt when piping a query into its stdin
34
+ (@max-sixty , #3248 ).
35
+ - Add a minimal example for use ` prql-lib ` with Zig (@vanillajonathan , #3372 )
33
36
34
37
** Internal changes** :
35
38
48
51
49
52
** New Contributors** :
50
53
54
+ - @FinnRG , with #3292
55
+ - @sitiom , with #3353
56
+
51
57
## 0.9.3 — 2023-08-02
52
58
53
59
0.9.3 is a small release, with mostly documentation, internal, and CI changes.
You can’t perform that action at this time.
0 commit comments