Skip to content

Commit

Permalink
docs: add release notes for 0.10.1 (#3790)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Nov 14, 2023
1 parent f6bb008 commit 9e0f03b
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# PRQL Changelog

## [unreleased]
## 0.10.1 — 2023-11-14

**Language**:
0.10.1 is a small release containing some internal fixes of the compiler.

This release has 36 commits from 7 contributors. Selected changes:

**Features**:

Expand All @@ -11,13 +13,9 @@

**Fixes**:

- Stop to compiling to `DISTINCT ON` when `take 1` is used with `group by` for
the targets `sql.clickhouse`, `sql.duckdb` and `sql.postgres` to work around a
serious bug of compiler. (@eitsupi, #3788)

**Documentation**:

**Web**:
- Fix the bug of compiling to `DISTINCT ON` when `take 1` is used with
`group by` for the targets `sql.clickhouse`, `sql.duckdb` and `sql.postgres`.
(@aljazerzen, #3792)

**Integrations**:

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

**Internal changes**:

**New Contributors**:

## 0.10.0 — 2023-10-26

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

0 comments on commit 9e0f03b

Please sign in to comment.