diff options
| author | Bobby <[email protected]> | 2026-04-29 13:13:11 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-29 13:13:11 +0530 |
| commit | 6164a18e828343b1e410d43f9833e1ad751024bb (patch) | |
| tree | 0be1abd0638893797eabfb6ab0b36c4844e631cd | |
| parent | 8dd647fae61788ff22a7601e29f262ef2f64df1b (diff) | |
| parent | 95e3d6a8d5fa7ba3de228411c16606ffa366ad62 (diff) | |
| download | edify-6164a18e828343b1e410d43f9833e1ad751024bb.tar.xz edify-6164a18e828343b1e410d43f9833e1ad751024bb.zip | |
chore(release): date 0.3.0 changelog entry (#51)
## Summary
One-line change: `0.3.0 (unreleased)` → `0.3.0 (2026-04-29)`. Stamps the
changelog with the release date so it's ready to be the body of the
GitHub release we cut after this lands.
No metadata changes — version was bumped to 0.3.0 in #45 and has been
parked there since. This is purely the changelog header date.
## After merge
1. Sync `main` locally.
2. Create GitHub release tagged `v0.3.0` with the relevant changelog
section as release notes.
3. The `Upload Python Package` workflow runs on `release: published` and
uploads to PyPI via the existing `PYPI_API_TOKEN` secret.
4. Confirm `edify==0.3.0` is live on PyPI.
Closes #50
| -rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 47486fe..1fb2f99 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -0.3.0 (unreleased) +0.3.0 (2026-04-29) ------------------ A maintenance release: Edify is dragged out of 2022 and back into modern shape. No new patterns or builder API. The minimum supported Python rises to 3.8. |
