Skip to content

Stamp the release heading for 11.0.0.0 - #143

Merged
Platonenkov merged 1 commit into
devfrom
claude/changelog-11-0-0-8fd79c
Aug 26, 2026
Merged

Stamp the release heading for 11.0.0.0#143
Platonenkov merged 1 commit into
devfrom
claude/changelog-11-0-0-8fd79c

Conversation

@Platonenkov

Copy link
Copy Markdown
Collaborator

Release preparation for #142. One line.

CHANGES.md still opened with ## Unreleased. Promoting dev into release in that state would leave the 11.0.0.0 tag pointing at a changelog whose top section carries neither a version nor a date — and once the tag exists, that is no longer fixable for it.

-## Unreleased
+## 11.0.0.0 08/26/2026

Why here and not in the promotion PR

The promotion PR's head is dev, so any commit added there lands on dev anyway. Past practice stamps the heading on dev in an ordinary PR before promotion: ## 10.12.0.0 08/16/2026 arrived that way in #94.

The date

08/26/2026, following the convention of the headings above it — those track the commit date in UTC (the 10.12.0.0 heading matches its commit at 2026-08-16 19:52 +0000). If the promotion slips by more than a day, refresh it before merging #142.

Scope

CHANGES.md is not packed into any NuGet package — Xrpl.csproj is SDK-style with no <Content> or <None Pack> — so this changes the repository and the tag, not what gets published. No code, no version numbers: those were already bumped on dev (Xrpl and Xrpl.BinaryCodec to 11.0.0.0; Xrpl.AddressCodec and Xrpl.Keypairs deliberately left at 10.9.0.0, untouched).

The section going out in this release was still titled "Unreleased". Merging
dev into release with it that way leaves the 11.0.0.0 tag pointing at a
changelog whose top section carries neither a version nor a date, and by then
it is too late to fix for that tag.

Stamped the way every previous release was, and at the same point in the
process: on dev, in an ordinary PR, before promotion - "## 10.12.0.0
08/16/2026" arrived that way in #94. The date follows the same convention as
the headings above it, which track the commit date in UTC.

Nothing else changes. CHANGES.md is not packed into any NuGet package, so this
affects the repository and the tag rather than what gets published.
@Platonenkov
Platonenkov added this pull request to the merge queue Aug 26, 2026
Merged via the queue into dev with commit cb75899 Aug 26, 2026
4 checks passed
@Platonenkov
Platonenkov deleted the claude/changelog-11-0-0-8fd79c branch August 26, 2026 01:32
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.

1 participant