From 2d9391253f41115d0d70fac90faeed36f5d63729 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:57:52 -0800 Subject: [PATCH] docs: Add release notes from 0.5.1 (#1866) --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af6f85c0ec50..294c08c83ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # PRQL Changelog -## 0.5.1 — [unreleased] +## 0.5.1 — 2022-02-17 -**Features**: +0.5.1 contains a few fixes, and another change to how bindings handle default +target / dialects. + +This release has 53 commits from 7 contributors. Selected changes: **Fixes**: @@ -15,8 +18,6 @@ - Add docs on the `from_text` transform (@max-sixty, #1756) -**Web**: - **Integrations**: - [prql-js] Default compile target changed from `Sql(Generic)` to `Sql(None)`. @@ -26,10 +27,10 @@ - [prql-python] Default compile target changed from `Sql(Generic)` to `Sql(None)`. (@eitsupi, #1861) -**Internal changes**: - **New Contributors**: +- @vanillajonathan, with #1766 + ## 0.5.0 — 2022-02-08 0.5.0 contains a few fixes, some improvements to bindings, lots of docs