File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PRQL Changelog
2
2
3
- ## [ unreleased]
3
+ ## 0.10.0 — 2023-10-26
4
+
5
+ 0.10.0 contains lots of small improvements, including support for new types of
6
+ literal notation, support for ` read_* ` functions in more dialects, playground
7
+ improvements, and a better Lezer grammar (which we're planning on using for a
8
+ Jupyter extension).
9
+
10
+ This release has 155 commits from 9 contributors. Selected changes:
4
11
5
12
** Language** :
6
13
46
53
47
54
** Integrations** :
48
55
56
+ - Add a CLI command ` prqlc collect ` to collect a project's modules into a single
57
+ file (@aljazerzen , #3739 )
58
+ - Add a CLI command ` prqlc debug expand-pl ` to parse & and expand into PL
59
+ without resolving (@aljazerzen , #3739 )
49
60
- Bump ` prqlc ` 's MSRV to 1.70.0 (@eitsupi , #3521 )
50
61
- [ Pygments] ( https://pygments.org/ ) , a syntax highlighting library now has
51
62
syntax highlighting for PRQL. (@vanillajonathan , #3564 )
70
81
** New Contributors** :
71
82
72
83
- @hulxv , with #3533
84
+ - @AaronMoat , with #3522
85
+ - @jangorecki , with #3634
73
86
74
87
## 0.9.5 — 2023-09-16
75
88
You can’t perform that action at this time.
0 commit comments