Skip to content

Commit 3583057

Browse files
max-sixtyclaude
andauthored
docs: refresh README Current Status and clarify release changelog step (#6006)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 223c54c commit 3583057

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ For more on the language, more examples & comparisons with SQL, visit
6464
[prql-lang.org][prql website]. To experiment with PRQL in the browser, check out
6565
[PRQL Playground][prql playground].
6666

67-
## Current Status - December 2025
67+
## Current Status - June 2026
6868

6969
PRQL is ready to use by the intrepid, either with our supported integrations, or
7070
within your own tools, using one of our supported language bindings.
7171

7272
PRQL still has some bugs and some missing features, and is probably only ready
7373
to be rolled out to non-technical teams for fairly simple queries.
7474

75-
Development has slowed in the past few months as we decide how to work on a new
76-
resolver, which will let us squash many bugs and simplify our code a lot. It'll
77-
also let us scale the language without scaling the complexity of the compiler.
75+
Development has slowed as we decide how to work on a new resolver, which will
76+
let us squash many bugs and simplify our code a lot. It'll also let us scale the
77+
language without scaling the complexity of the compiler.
7878

7979
While we figure that out, we're also thinking about:
8080

@@ -85,13 +85,13 @@ While we figure that out, we're also thinking about:
8585
- Filling remaining feature gaps, so that PRQL is possible to use for almost all
8686
standard SQL queries.
8787
- Expanding our set of supported features — we are working to add experimental
88-
support for modules / multi-file projects, and for auto-formatting.
88+
support for modules / multi-file projects.
8989

9090
And:
9191

9292
- Making it really easy to start using PRQL. We're doing that by building
9393
integrations with tools that folks already use; for example a VS Code
94-
extension, Jupyter integration, and the recent
94+
extension, Jupyter integration, and the
9595
[QStudio](https://www.timestored.com/qstudio/prql-ide) integration. If there
9696
are tools you're familiar with that you think would be open to integrating
9797
with PRQL, please let us know in an issue.

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,10 @@ Currently we release in a semi-automated way:
502502
503503
5. Run
504504
`cargo release patch --no-publish --no-push --execute --no-verify --no-confirm --no-tag && task prqlc:test-all`
505-
to bump the versions and add a new Changelog section; then PR the resulting
506-
commit. Note this currently contains `task prqlc:test-all` to update snapshot
507-
tests which contain the version.
505+
to bump the versions, then PR the resulting commit. `task prqlc:test-all`
506+
refreshes the snapshot tests that embed the version. Step 1 already added the
507+
`## [unreleased]` section, so `cargo release` inserts a second, duplicate
508+
one; remove it, leaving the CHANGELOG unchanged in this commit.
508509
509510
<!-- Note we used to have `cargo release version patch -x --no-confirm && cargo release replace -x --no-confirm && task prqlc:test-all`, which was simpler, but in order for `prev_version` to work, we can't separate the `patch` and `replace`, and we need `prev_version` for the prqlc version constraint (search for `prev_version` if unclear). If we moved back to upgrading the tags at the time of release rather than after, we could go back to that. -->
510511

0 commit comments

Comments
 (0)