Skip to content

Bump version to 0.7.0 - #87

Merged
sidick merged 1 commit into
mainfrom
release-0.7
Sep 16, 2026
Merged

sidick merged 1 commit into
mainfrom
release-0.7

Conversation

@sidick

@sidick sidick commented Sep 16, 2026

Copy link
Copy Markdown
Owner

Release prep for v0.7, whose theme is that volamos can now find bugs in the programs it runs, not just run them.

Bumps both crates and Cargo.lock to 0.7.0, and renames ## Unreleased to ## 0.7:

Issue Feature
#68 --sanitize-uninit, plus --sanitize-ignore-pc and per-PC report grouping
#80 --dirty-heap
#74 source file:line / symbol+offset in diagnostics
#83 four more allocators covered by the heap detectors

One footgun worth noting for next time: the changelog has a second, historical ## Unreleased (0.1, in development) heading further down, so the rename has to target the exact ## Unreleased line rather than the substring — my first attempt tripped its own assertion on that.

Verification

cargo fmt --check, cargo clippy --all-targets -- -D warnings, cargo test --all (1002 tests) and mkdocs build --strict all pass — exit codes checked directly, not through a pipe. Release-profile binary smoke-tested: runs fixtures/hello and still catches the memtest overrun.

After merge

Tagging v0.7 is what publishes: release binaries for four targets, the Docker image, and the versioned docs site. That last one matters more than usual here — userdocs/Differences-from-vamos.md has been on main since #78 but still 404s on the published site, because docs only deploy on a tag.

🤖 Generated with Claude Code

https://claude.ai/code/session_01AKBJRT9j5APTyKyZtj8f23

v0.7's theme is that volamos can now find bugs in the programs it runs,
not just run them. The `## Unreleased` section becomes `## 0.7`:

- `--sanitize-uninit` (#68), opt-in uninitialized-read detection, plus
  `--sanitize-ignore-pc` and per-PC report grouping.
- `--dirty-heap` (#80), filling non-MEMF_CLEAR allocations so a program
  relying on uncleared memory being zero fails here as it can on real
  hardware.
- Source locations in diagnostics (#74): `file:line` from HUNK_DEBUG
  LINE blocks, `symbol+offset` from HUNK_SYMBOL otherwise.
- Four more allocators covered by the heap detectors (#83 tier 0).

Note the changelog has a second, historical "## Unreleased (0.1, in
development)" heading further down, so the rename has to target the
exact `## Unreleased` line rather than the substring.

Tagging v0.7 is what publishes: release binaries for four targets, the
Docker image, and the versioned docs site. That last one matters more
than usual this time -- userdocs/Differences-from-vamos.md has been on
main since #78 but 404s on the published site, because docs only deploy
on a tag.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AKBJRT9j5APTyKyZtj8f23
@sidick
sidick merged commit 2abcdad into main Sep 16, 2026
9 checks passed
@sidick
sidick deleted the release-0.7 branch September 16, 2026 21:38
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.

1 participant