Skip to content

Commit

Permalink
docs: Add release notes from 0.5.1 (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Feb 17, 2023
1 parent a12e95b commit 2d93912
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**:

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

0 comments on commit 2d93912

Please sign in to comment.