Skip to content

docs(changelog): mark 2.0.0 as released#11

Merged
mverab merged 1 commit into
mainfrom
chore/changelog-v2.0.0
Jul 2, 2026
Merged

docs(changelog): mark 2.0.0 as released#11
mverab merged 1 commit into
mainfrom
chore/changelog-v2.0.0

Conversation

@mverab

@mverab mverab commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Summary

Housekeeping after the v2.0.0 GitHub Release was published.

The v2.0 content (runtime adapter layer + standalone egeo CLI) was sitting under ## [Unreleased]. This converts it to a dated ## [2.0.0] - 2026-06-30 entry and adds a fresh empty ## [Unreleased] scaffold.

Why

  • Keeps CHANGELOG.md consistent with the now-published v2.0.0 release.
  • Future-proofs the release automation: release.yml extracts 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 predated release.yml on main — a one-time timing issue, not a workflow bug.)

Notes

  • Docs-only change. No code, no CI behavior change.
  • awk extraction verified locally against the new [2.0.0] section (42 lines).

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.
@mverab mverab merged commit f29a2bd into main Jul 2, 2026
1 check passed
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