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
46 changes: 23 additions & 23 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 @@ -27,7 +27,7 @@ members = [
]

[workspace.package]
version = "0.35.0"
version = "0.36.0"
edition = "2024"
# The floor is NOT a free choice — it is the maximum `rust-version` over the
# whole resolved dependency closure, which cargo enforces whether or not it is
Expand Down
2 changes: 1 addition & 1 deletion artifacts/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5090,6 +5090,6 @@ artifacts:
is a distinct obligation (execution evidence, not list parity) and is left
to a successor; this requirement closes the list-parity hole #406 names and
no more.
status: implemented
status: verified
release: v0.36.0
tags: [process, guardrail, ci, tooling, fuzzing]
2 changes: 1 addition & 1 deletion vscode-spar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AADL (spar)",
"description": "AADL v2.2/v2.3 language support with live architecture visualization",
"publisher": "pulseengine",
"version": "0.35.0",
"version": "0.36.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading