Skip to content

chore(release): bump to v0.34.0 - #351

Merged
avrabe merged 1 commit into
mainfrom
release/v0.34.0
Jul 29, 2026
Merged

chore(release): bump to v0.34.0#351
avrabe merged 1 commit into
mainfrom
release/v0.34.0

Conversation

@avrabe

@avrabe avrabe commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Ships the two changes merged onto main after the v0.33.0 bump:

🤖 Generated with Claude Code

Ships two changes that landed on main after the v0.33.0 bump:
- feat(codegen): emit target constants module + linker memory map (#338, PR #349)
  — a `spar` target-emit path producing a constants module (peripheral/memory
  bases, register offsets) and a linker memory map from a hardware AADL model.
- ci: make rivet-validate deterministic to fix stale-binary false-red (PR #348).

- workspace + all spar-* crates 0.33.0 -> 0.34.0
- vscode-spar extension 0.33.0 -> 0.34.0

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Rivet verification gate

20/20 passed

count
Passed 20
Failed 0
Skipped (no steps) 0

Filter: (and (= type "feature") (or (has-tag "v093") (has-tag "v0100")))

Failed artifacts

(none)

Updated automatically by tools/post_verification_comment.py. Source of truth: artifacts/verification.yaml.

@codecov

codecov Bot commented Jul 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@avrabe
avrabe merged commit ff470a2 into main Jul 29, 2026
19 checks passed
@avrabe
avrabe deleted the release/v0.34.0 branch July 29, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: emit target artifacts (constants / linker map / WIT binding) from a hardware AADL model

1 participant