docs(changelog): reconcile with shipped betas + bump pyproject to 0.2.1#12
Merged
Conversation
Relabel the first-release entry [0.2.0] -> [0.2.0-beta] (2026-07-10) to match the tag being cut, and add the work that landed since: `paramify doctor`, the credential-free demo (demo_hello + examples/demo.yaml), and the containerized deploy/ bundle. Update the compare links to v0.2.0-beta. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
The v0.2.0-beta and v0.2.1-beta tags were cut without the releasing.md steps, so main drifted: pyproject stayed at 0.2.0 and the changelog had no beta entries. - Bump pyproject 0.2.0 -> 0.2.1 to match the latest release tag. - Add a [0.2.1-beta] entry (deploy trimmed to Docker-only; k8s/Terraform removed; staging upload default fixed to production) above [0.2.0-beta]. - Note the TUI restyle + README TUI-first reorder that also shipped in 0.2.0-beta. - Update compare links for v0.2.1-beta. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
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.
Reconciles
mainwith the two shipped pre-release tags (v0.2.0-beta,v0.2.1-beta), which were cut without thedocs/releasing.mdsteps — sopyprojecthad drifted to0.2.0and the CHANGELOG had no beta entries.Changes
pyproject.toml0.2.0→0.2.1to match the latest release tag.## [0.2.1-beta]—deploy/trimmed to a Docker-only bundle; Kubernetes manifests + multi-account Terraform removed; containerized upload default fixed from staging → production.## [0.2.0-beta]— first public release (framework/CLI/TUI, 108 fetchers, envelope, uploader,paramify doctor, credential-free demo, KSI metadata +paramify ksi, validators metadata, versioning docs); plus the TUI restyle and README TUI-first reorder that shipped in it.v0.2.1-beta.Notes
mainforward into a consistent state; it does not (and can't) retroactively change what those tags point at.docs/releasing.md(bumppyproject+ update CHANGELOG before tagging), or adopt release-please so this can't drift again.docs/changelog-0.2.0-betafor history, but the PR now covers through0.2.1.🤖 Generated with Claude Code