Skip to content

Commit 9e0f03b

Browse files
authored
docs: add release notes for 0.10.1 (#3790)
1 parent f6bb008 commit 9e0f03b

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

CHANGELOG.md

+7-13
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# PRQL Changelog
22

3-
## [unreleased]
3+
## 0.10.1 — 2023-11-14
44

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:
68

79
**Features**:
810

@@ -11,13 +13,9 @@
1113

1214
**Fixes**:
1315

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)
2119

2220
**Integrations**:
2321

@@ -36,10 +34,6 @@
3634
- [lsd](https://github.com/lsd-rs/lsd), next gen ls command displays `.prql`
3735
files with a database icon. (@vanillajonathan)
3836

39-
**Internal changes**:
40-
41-
**New Contributors**:
42-
4337
## 0.10.0 — 2023-10-26
4438

4539
0.10.0 contains lots of small improvements, including support for new types of

0 commit comments

Comments
 (0)