Skip to content

Commit

Permalink
chore: Release notes for 0.11.3 (#4206)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Feb 11, 2024
1 parent 86c1f9d commit 210107d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
18 changes: 6 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
# PRQL Changelog

## [unreleased]
## 0.11.3 — 2023-02-10

**Language**:

**Features**:
0.11.3 is a very small release, mostly a rename of the python bindings.

**Fixes**:

**Documentation**:

**Web**:

**Integrations**:
This release has 13 commits from 4 contributors. Selected changes:

**Internal changes**:

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

## 0.11.2 — 2023-02-07

Expand Down
4 changes: 2 additions & 2 deletions web/book/src/project/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,10 @@ Currently we release in a semi-automated way:
produce a draft version at <https://github.com/PRQL/prql/releases/new>,
including "New Contributors".
Use this script to generate the first line:
Use this script to generate a line introducing the enumerated changes:
```sh
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:"
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:"
```
2. If the current version is correct, then skip ahead. But if the version needs
Expand Down

0 comments on commit 210107d

Please sign in to comment.