Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Changelog for 0.11.1 #4002

Merged
merged 4 commits into from
Dec 26, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# PRQL Changelog

## 0.11.1 — [unreleased]
## 0.11.1 — 2023-12-23
max-sixty marked this conversation as resolved.
Show resolved Hide resolved

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

Expand All @@ -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
Expand Down