Release v0.9.0 - #20
Merged
Merged
Conversation
First release of the XChain Platform release train. Every train component now shares one platform version, so "XChain 0.9.0" names an exact, reproducible set of software. The number moves backward for most components, which is deliberate: the platform stream starts at 0.9.0 for the testnet series and 1.0.0 is reserved for mainnet. The changelog carries a marker line above the old entries, because a higher legacy number is an older release and that will otherwise read as a regression.
Written from the actual tagged merge commits of the eight sibling repos, which is why this repo cuts last: the manifest records the commit each tag points at, and those commits do not exist until the merges do. The shipped-manifest test changes shape with it. Asserting the component set is empty was correct right up to this cut and is now wrong; what has to hold from here is that every pin is usable, so it checks a full 40-hex commit and a tag matching the train, and that the carrier does not pin itself.
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.
XChain Platform 0.9.0
First cut of the platform release train. Every train component adopts the shared
platform version stream in this release.
What changes here
package.json/package-lock.jsonversion set to0.9.0CHANGELOG.mdgains the0.9.0entry, above a marker line separating thelegacy version stream
The version goes DOWN, on purpose
The platform stream starts at
0.9.0for the testnet series;1.0.0is reservedfor mainnet. For most components that is a lower number than their legacy version
but a newer release. The changelog marker says so in place, because otherwise
it reads as a regression to anyone scanning it.
Gate
GitHub Actions cannot start jobs on this org, so the green evidence for this PR
is the venue gate that ran on this exact commit at push time. Tallies are in the
release notes.