Skip to content

chore: release v0.3.0#111

Open
avrabe wants to merge 1 commit intomainfrom
release/v0.3.0
Open

chore: release v0.3.0#111
avrabe wants to merge 1 commit intomainfrom
release/v0.3.0

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Apr 27, 2026

Summary

Bumps the workspace from 0.2.00.3.0 and adds a CHANGELOG.md entry for the trio runtime + Mythos fixes that landed in #108 and #109.

Status

What's in 0.3.0

Added

Fixed (highlights)

  • Borrow lower for method-like exports (no spurious callee.ht_new)
  • ht_drop dtor recursion in re-exporters
  • HashSet-iteration determinism in wrapper alias-fallback
  • LS-P-4: canonical-ABI size saturating arithmetic on nested fixed-length-list
  • LS-A-8: per-type rep_func selection for inner-list borrow<T> (was HashMap-arbitrary)

See CHANGELOG.md for the full list.

Test plan

  • cargo test --release — all suites green (177 lib tests + 73 wit-bindgen runtime + integration)
  • All three trio fixtures verified runtime-passing manually
  • CI green on this PR
  • Tag v0.3.0 after merge

Branch

release/v0.3.0 head 831fd4f — 1 commit on top of main.

Trio runtime fixtures now pass — `resource_floats`, `resource_with_lists`,
and `resource-import-and-export` execute correctly under wasmtime as
runtime tests (#75 closed). Builds on path B + alias-fallback (#108) and
the per-component-handle-table bridging work (#109).

New CHANGELOG.md documents the user-visible changes and internal fixes
landing in 0.3.0.

NOTE: blocked on #108 and #109 merging to main first. Rebase this branch
onto post-merge main before tagging.
@avrabe avrabe changed the title chore: release v0.3.0 (blocked on #108, #109) chore: release v0.3.0 Apr 27, 2026
@avrabe avrabe marked this pull request as ready for review April 27, 2026 19:46
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.

Promote resource_floats and resource_with_lists to runtime tests

1 participant