Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/). Work in progress lives un

## [Unreleased]

## [0.21.0] - 2026-07-18

- **workflow/init** — The generated catch-all `publish` job now waits on each dedicated
`publish-<pkg>` job and gates on their results (`always() && … result != 'failure' && result != 'cancelled'`),
so a dependent that exact-pins a package built by its own job (e.g. a JS package pinning a
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
# Shared metadata + dependency versions for every crate in the workspace.
# Individual crates inherit these with `field.workspace = true`.
[workspace.package]
version = "0.20.0"
version = "0.21.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/Open-Tech-Foundation/release"
Expand Down
Loading