From f283f9db31d06d29cd9653d7717b9a075b2586b1 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:21:58 -0700 Subject: [PATCH] chore: Add changelog for 0.12.2 (#4579) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7af4922286..0efd9516812d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,11 @@ # PRQL Changelog -## [unreleased] +## 0.12.2 — 2024-06-10 -**Language**: - -**Features**: - -**Fixes**: - -**Documentation**: +0.12.2 is a very small release which renames `prql-js` to `prqlc-js` to match +our standard naming scheme. Within node the package is imported as `prqlc`. -**Web**: - -**Integrations**: - -**Internal changes**: - -**New Contributors**: +It also fixes a mistake in the `prqlc-python` release pipeline. ## 0.12.1 — 2024-06-09