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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ verification.yaml

# Stale dev artifacts — re-add explicitly if needed.
/dashboard-render*.png

# LP solver problem dumps written into the repo root by HiGHS/good_lp
# during network-calculus (PLP/TFA) test runs — regenerable scratch.
*.lp
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.17.0"
version = "0.18.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/pulseengine/spar"
Expand Down
14 changes: 3 additions & 11 deletions artifacts/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ artifacts:
and down patterns to produce end-to-end connection instances.
status: partial
tags: [instance, as5506-ch14]
fields:
release: v0.18.0

- id: REQ-INST-004
type: requirement
Expand Down Expand Up @@ -230,8 +228,6 @@ artifacts:
subcomponent rules. Target 50+ rules.
status: partial
tags: [analysis, legality]
fields:
release: v0.18.0

- id: REQ-ANALYSIS-008
type: requirement
Expand Down Expand Up @@ -471,8 +467,6 @@ artifacts:
links:
- type: satisfies
target: REQ-INST-004
fields:
release: v0.18.0

- id: COVERAGE-CH13
type: requirement
Expand Down Expand Up @@ -984,8 +978,6 @@ artifacts:
links:
- type: traces-to
target: REQ-SOLVER-009
fields:
release: v0.18.0

- id: REQ-RESOLUTE-001
type: requirement
Expand Down Expand Up @@ -2438,7 +2430,7 @@ artifacts:
status: proposed
tags: [proofs, lean, scheduling, kiln, substrate]
fields:
release: v0.18.0
release: v0.20.0
links:
- type: traces-to
target: REQ-PROOF-SCHED-001
Expand Down Expand Up @@ -2647,7 +2639,7 @@ artifacts:
status: proposed
tags: [ingest, dbc, can, flows, tier1]
fields:
release: v0.18.0
release: v0.19.0

- id: REQ-INGEST-ARXML-001
type: requirement
Expand All @@ -2665,7 +2657,7 @@ artifacts:
status: proposed
tags: [ingest, arxml, autosar, tier1]
fields:
release: v0.18.0
release: v0.19.0

- id: REQ-NC-TFA-001
type: requirement
Expand Down
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.17.0",
"version": "0.18.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading