docs(changelog): fold partition fix + lib-root into 0.0.2 entry#16
Merged
Sunrisepeak merged 1 commit intomainfrom May 9, 2026
Merged
docs(changelog): fold partition fix + lib-root into 0.0.2 entry#16Sunrisepeak merged 1 commit intomainfrom
Sunrisepeak merged 1 commit intomainfrom
Conversation
The v0.0.2 GitHub Release is being re-issued with the same version number to fold in three improvements that landed against main *after* the original tag was pushed: * fix(modgraph): partition import scanner no longer concatenates the unit's own `:partition` into imported names (PR #14) * feat: lib-root convention `src/<package-tail>.cppm` + optional `[lib].path` (PR #15) CHANGELOG's [0.0.2] entry is amended in place to capture them, since no v0.0.3 has been published yet and we're keeping the version number stable while the project is still pre-1.0. After this PR merges, the v0.0.2 git tag and GitHub Release will be re-pointed at the new HEAD.
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.
Summary
The v0.0.2 GitHub Release is about to be re-issued (same version number)
to fold in two improvements that landed against
mainafter the tagwas originally pushed:
fix(modgraph): partition import scanner no longerconcatenates the unit's own
:partitionsuffixfeat: lib-root convention (src/<package-tail>.cppm[lib].path)This PR amends the existing
[0.0.2]entry inCHANGELOG.mdso therelease notes pulled by
release.ymlmatch what's actually in thebinary.
After merge → delete current
v0.0.2tag + GitHub Release →re-tag at new main HEAD →
release.ymlrebuilds.Test plan
mcpp build(worktree) — no code change, just markdown