docs(changelog): mark 2.0.0 as released#11
Merged
Conversation
Converts the [Unreleased] section (runtime adapters + egeo CLI) to a dated [2.0.0] entry so it matches the published v2.0.0 GitHub Release and release.yml's CHANGELOG extraction resolves it by version going forward. Adds a fresh empty [Unreleased] scaffold.
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
Housekeeping after the v2.0.0 GitHub Release was published.
The v2.0 content (runtime adapter layer + standalone
egeoCLI) was sitting under## [Unreleased]. This converts it to a dated## [2.0.0] - 2026-06-30entry and adds a fresh empty## [Unreleased]scaffold.Why
CHANGELOG.mdconsistent with the now-published v2.0.0 release.release.ymlextracts notes by matching## [VERSION]. With a dated## [2.0.0]section, any tag push resolves its notes by version. (The v2.0.0 tag did not auto-fire the workflow because it pointed to a local commit that predatedrelease.ymlonmain— a one-time timing issue, not a workflow bug.)Notes
awkextraction verified locally against the new[2.0.0]section (42 lines).