v2.27.0 - #33
Conversation
phillarmonkey
commented
Aug 10, 2026
- Added the wait statement (generic variant)
- Vendored artifacts
…language artifacts, docs.
|
Z mentioned a task on the board that would be very beneficial for one of our sibling repositories, so, I'll implement it as well on the current release. |
|
Sibling repo (vscode variant) now has some brotherly love from the mainline one on changelog. Dogfooding was tested beforehand. |
| version: 2.0 | ||
|
|
||
| project "Drun" version "2.0": | ||
| project "Drun" version "2.27.0": |
There was a problem hiding this comment.
We can add a validation gate for this in the future, since we're now tracking the version.
willedcosigner
left a comment
There was a problem hiding this comment.
Even though the PR itself looks big, most of it is due to our clear separation between domain/planner/executor.
This makes understanding it quickly very simple. At a glance.
I've ran my own BC from v2.0-current mainline. Everything is working fine. Purgatory passed fine.
I thought I'd make the changelog implementation crash with idempotency, but you've foreseen this exact situation.
Nice feature addition. We're moving steadily to v2.30.0. Good job.