File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 11# PRQL Changelog
22
3- ## 0.11.1 — [ unreleased ]
3+ ## 0.11.1 — 2023-12-26
44
5- ** Language** :
5+ 0.11.1 fixes a couple of small bugs; it comes a few days after 0.11.
6+
7+ This release has 16 commits from 6 contributors. Selected changes:
68
79** Features** :
810
911- Infer the type of array literals to be the union of types of its items.
1012 (@aljazerzen , #3989 )
13+ - ` prql ` module is added and the ` prql_version ` function is renamed to the
14+ ` prql.version ` function. The old ` prql_version ` function is deprecated and
15+ will be removed in the future release. (@eitsupi , #4006 )
1116
1217** Fixes** :
1318
1621- Fix ` take ` n rows for ` mssql ` dialect by switching from TOP to FETCH
1722 (@PrettyWood , #3994 )
1823
19- ** Documentation** :
20-
21- ** Web** :
22-
23- ** Integrations** :
24-
25- ** Internal changes** :
26-
27- ** New Contributors** :
28-
2924## 0.11.0 — 2023-12-19
3025
31260.11.0 introduces new ` date ` , ` text ` & ` math ` modules with lots of standard
You can’t perform that action at this time.
0 commit comments