diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d2c2835ff8..7bc72d6b0ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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**: @@ -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**: @@ -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