Release v0.11.0 - #19
Merged
Merged
Conversation
Context: Transactional artifact generations are merged to protected main and passed exact-SHA Linux and macOS CI. The backward-compatible user capability requires a MINOR release. Decision: Set the Cargo package and lockfile version to 0.11.0. Move the complete artifact-generation notes from [Unreleased] into the dated 0.11.0 section while recreating an empty [Unreleased] section. Alternatives considered: A patch release was rejected because the release adds a new configuration table, workflow action, readiness matcher, environment contract, and built-in documentation topic. Tradeoffs: The release remains source-compatible for configurations that do not opt into artifacts. Consumers that adopt artifacts must satisfy the documented generation endpoint and autostart constraints. Architectural impact: No additional runtime boundary changes are introduced by this commit; it aligns release metadata and changelog extraction with the already merged implementation. Validation: `./scripts/release-notes-from-changelog.sh 0.11.0 pasunboneleve/devloop` `cargo metadata --no-deps --format-version 1` `cargo run --quiet --bin devloop -- --version` `cargo run --quiet --bin devloop -- docs --help` `cargo test` `cargo clippy --all-targets --all-features -- -D warnings` `cargo fmt --all -- --check` `env -u RUST_LOG ./scripts/ci-smoke.sh` `git diff --check` Release: v0.11.0 Kata: 3tvx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release
Prepare devloop v0.11.0 for the transactional artifact-generation capability merged in #18.
Consistency
0.11.00.11.0[0.11.0] - 2026-09-020.11.0v0.11.0Validation
./scripts/release-notes-from-changelog.sh 0.11.0 pasunboneleve/devloopcargo metadata --no-deps --format-version 1cargo run --quiet --bin devloop -- --versioncargo run --quiet --bin devloop -- docs --helpcargo testcargo clippy --all-targets --all-features -- -D warningscargo fmt --all -- --checkenv -u RUST_LOG ./scripts/ci-smoke.shgit diff --checkThe ambient local shell sets
RUST_LOG=warn; the smoke script's watcher marker is an info log, so the release validation removed that external override. Exact-SHA post-merge CI for #18 passed the smoke on Linux and macOS.Kata
3tvx