From 750034321ff2c81d25163893654ea76cfe5af7af Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Tue, 26 Dec 2023 09:51:53 -0800 Subject: [PATCH] docs: Changelog for 0.11.1 (#4002) Co-authored-by: eitsupi --- CHANGELOG.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be45bb8e20ea..db7483478cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ # PRQL Changelog -## 0.11.1 — [unreleased] +## 0.11.1 — 2023-12-26 -**Language**: +0.11.1 fixes a couple of small bugs; it comes a few days after 0.11. + +This release has 16 commits from 6 contributors. Selected changes: **Features**: - Infer the type of array literals to be the union of types of its items. (@aljazerzen, #3989) +- `prql` module is added and the `prql_version` function is renamed to the + `prql.version` function. The old `prql_version` function is deprecated and + will be removed in the future release. (@eitsupi, #4006) **Fixes**: @@ -16,16 +21,6 @@ - Fix `take` n rows for `mssql` dialect by switching from TOP to FETCH (@PrettyWood, #3994) -**Documentation**: - -**Web**: - -**Integrations**: - -**Internal changes**: - -**New Contributors**: - ## 0.11.0 — 2023-12-19 0.11.0 introduces new `date`, `text` & `math` modules with lots of standard