release: Write the 0.7.0 changelog and bump the version - #201
Merged
DanielKellerM merged 2 commits intoAug 17, 2026
Conversation
Every pull request merged since 0.6.5 is referenced, fifty-four of them. The four incompatible changes are called out together at the end, in the form 0.3.0 used: the per-id tracer headers, the direction-qualified trace keys, common_cells v2, and the pickle directory rename. The trace key rename is the one a downstream reader is most likely to miss. A consumer reading axi_rsp_ready now reads axi_read_rsp_ready; without the qualification a protocol present on both sides emitted the same key twice and the read channel was silently dropped from the trace.
This was referenced Aug 17, 2026
Merged
pulp-platform#187 landed after this entry was written. It is in Fixed, and it also gets a line beside the incompatibilities: the counters change meaning with no version marker, so a profile captured before the release does not compare with one captured after.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Last checklist item on #129. Adds the
## 0.7.0section and bumpsVERSION0.6.5 to 0.7.0.Written in the shape 0.6.0 and 0.3.0 used: Added / Changed / Fixed with PR links, CI churn summarised on one line rather than twenty, and the incompatible changes as a trailing paragraph rather than inline markers.
Every one of the 54 PRs merged since 0.6.5 is referenced. I checked each cited number is
MERGED, then swept for merged PRs I had missed and added the 21 that were absent.Four changes are not backwards compatible and are named together at the end:
axi_rsp_readybecomesaxi_read_rsp_readycommon_cellsv2 requiredtarget/pickleThe trace key rename had not been recorded anywhere despite breaking every external trace parser; nonfree already hit the tracer half of the same split.
Date is set to today, so it wants changing if the tag slips.