File tree 2 files changed +8
-14
lines changed
web/book/src/project/contributing
2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 1
1
# PRQL Changelog
2
2
3
- ## [ unreleased ]
3
+ ## 0.11.3 — 2023-02-10
4
4
5
- ** Language** :
6
-
7
- ** Features** :
5
+ 0.11.3 is a very small release, mostly a rename of the python bindings.
8
6
9
- ** Fixes** :
10
-
11
- ** Documentation** :
12
-
13
- ** Web** :
14
-
15
- ** Integrations** :
7
+ This release has 13 commits from 4 contributors. Selected changes:
16
8
17
9
** Internal changes** :
18
10
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 ` .
20
14
21
15
## 0.11.2 — 2023-02-07
22
16
Original file line number Diff line number Diff line change @@ -441,10 +441,10 @@ Currently we release in a semi-automated way:
441
441
produce a draft version at < https://github.com/PRQL/prql/releases/new > ,
442
442
including "New Contributors".
443
443
444
- Use this script to generate the first line :
444
+ Use this script to generate a line introducing the enumerated changes :
445
445
446
446
``` 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:"
448
448
```
449
449
450
450
2 . If the current version is correct, then skip ahead. But if the version needs
You can’t perform that action at this time.
0 commit comments