File tree 1 file changed +7
-13
lines changed
1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
# PRQL Changelog
2
2
3
- ## [ unreleased ]
3
+ ## 0.10.1 — 2023-11-14
4
4
5
- ** Language** :
5
+ 0.10.1 is a small release containing some internal fixes of the compiler.
6
+
7
+ This release has 36 commits from 7 contributors. Selected changes:
6
8
7
9
** Features** :
8
10
11
13
12
14
** Fixes** :
13
15
14
- - Stop to compiling to ` DISTINCT ON ` when ` take 1 ` is used with ` group by ` for
15
- the targets ` sql.clickhouse ` , ` sql.duckdb ` and ` sql.postgres ` to work around a
16
- serious bug of compiler. (@eitsupi , #3788 )
17
-
18
- ** Documentation** :
19
-
20
- ** Web** :
16
+ - Fix the bug of compiling to ` DISTINCT ON ` when ` take 1 ` is used with
17
+ ` group by ` for the targets ` sql.clickhouse ` , ` sql.duckdb ` and ` sql.postgres ` .
18
+ (@aljazerzen , #3792 )
21
19
22
20
** Integrations** :
23
21
36
34
- [ lsd] ( https://github.com/lsd-rs/lsd ) , next gen ls command displays ` .prql `
37
35
files with a database icon. (@vanillajonathan )
38
36
39
- ** Internal changes** :
40
-
41
- ** New Contributors** :
42
-
43
37
## 0.10.0 — 2023-10-26
44
38
45
39
0.10.0 contains lots of small improvements, including support for new types of
You can’t perform that action at this time.
0 commit comments