Skip to content

Commit 210107d

Browse files
authored
chore: Release notes for 0.11.3 (#4206)
1 parent 86c1f9d commit 210107d

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

CHANGELOG.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
# PRQL Changelog
22

3-
## [unreleased]
3+
## 0.11.3 — 2023-02-10
44

5-
**Language**:
6-
7-
**Features**:
5+
0.11.3 is a very small release, mostly a rename of the python bindings.
86

9-
**Fixes**:
10-
11-
**Documentation**:
12-
13-
**Web**:
14-
15-
**Integrations**:
7+
This release has 13 commits from 4 contributors. Selected changes:
168

179
**Internal changes**:
1810

19-
**New Contributors**:
11+
- As part of making our names more consistent, the python bindings are renamed.
12+
`prql-python` becomes a package published and importable as `prqlc`. The
13+
internal rust crate is named `prqlc-python`.
2014

2115
## 0.11.2 — 2023-02-07
2216

web/book/src/project/contributing/development.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -441,10 +441,10 @@ Currently we release in a semi-automated way:
441441
produce a draft version at <https://github.com/PRQL/prql/releases/new>,
442442
including "New Contributors".
443443

444-
Use this script to generate the first line:
444+
Use this script to generate a line introducing the enumerated changes:
445445

446446
```sh
447-
echo "This release has $(git rev-list --count $(git rev-list --tags --max-count=1)..) commits from $(git shortlog --summary $(git rev-list --tags --max-count=1).. | wc -l | tr -d '[:space:]') contributors. Selected changes:"
447+
echo "It has $(git rev-list --count $(git rev-list --tags --max-count=1)..) commits from $(git shortlog --summary $(git rev-list --tags --max-count=1).. | wc -l | tr -d '[:space:]') contributors. Selected changes:"
448448
```
449449

450450
2. If the current version is correct, then skip ahead. But if the version needs

0 commit comments

Comments
 (0)