Commit 8eab448
authored
chore(master): release 0.7.0 (#132)
🤖 I have created a release *beep* *boop*
---
## [0.7.0](v0.6.4...v0.7.0)
(2026-08-24)
### ⚠ BREAKING CHANGES
* **decommit:** `WorldDiff::decommit_opcode()` now returns
`DecommitOpcodeOutcome` instead of `(Vec<u8>, bool)`. The `Cached`
variant carries the `HeapId` of the page that already holds the code,
and the bytecode is fetched only on the `Fresh` path.
### Performance Improvements
* **decommit:** don't re-fetch bytecode on a repeated `decommit`
([#130](#130))
([44b1e32](44b1e32))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
---------
Co-authored-by: matterlabs-bots[bot] <149179806+matterlabs-bots[bot]@users.noreply.github.com>1 parent 44b1e32 commit 8eab448
4 files changed
Lines changed: 18 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
3 | 14 | | |
4 | 15 | | |
5 | 16 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments