docs: populate CHANGELOG.md Unreleased section for v1.1.0 - #276
Merged
Conversation
Documents everything merged into main since v1.0.0.post1 ahead of cutting a v1.1.0 pre-release: Parquet import support, correction log Survey ID display, auto-load on project creation, the outliers module split, the shared view UI helpers, several bug fixes (prep filter inversion, datetime parsing, bulk reapply error handling, stale prep/corrected data after re-import), and the streamlit/dependency/CI housekeeping in between. Required by the bump-pre release gate, which checks CHANGELOG.md has entries under [Unreleased] before allowing a version bump. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
iabaako
marked this pull request as ready for review
August 18, 2026 19:43
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.



Pull Request Summary 🚀
What does this PR do? 📝
Populates the
## [Unreleased]section ofCHANGELOG.mdwith every notable change merged intomainsince thev1.0.0.post1tag, ahead of cutting av1.1.0pre-release for Test PyPI.Why is this change needed? 🤔
just bump-pre/just bump-minor(and the other release-bump recipes) gate onCHANGELOG.mdhaving entries under[Unreleased]before they'll bump the version. This is a prerequisite step for publishing a1.1.0rc1test build to Test PyPI.How was this implemented? 🛠️
Walked the merge history from
v1.0.0.post1tomain(PRs #242–#274) and grouped the changes underAdded/Changed/Fixedper docs/changelog_guide.md, with module references and PR/issue numbers:streamlitpinned to==1.61.0, vendoreddeveloping-with-streamlitmeta-skill (chore: vendor developing-with-streamlit meta-skill, trim local streamlit skill #274), CI Action bumps (chore(actions): bump actions/checkout from 7.0.0 to 7.0.1 #255, chore(actions): bump actions/setup-python from 6.3.0 to 7.0.0 #257, chore(actions): bump astral-sh/setup-uv from 8.2.0 to 8.3.2 #243, chore(actions): bump astral-sh/setup-uv from 7.6.0 to 8.2.0 #236, chore(actions): bump SonarSource/sonarqube-scan-action from 7.2.1 to 8.2.0 #235), duplicates filter copy (chore: clarify duplicates filter settings copy #273)This is a docs-only change — no application code is touched.
How to test or reproduce ? 🧪
git checkout docs/changelog-v1.1.0-unreleased # Review CHANGELOG.md's [Unreleased] section for accuracy against the merged PRsNo functional testing applies since no application code changed.
Screenshots (if applicable) 📷
N/A — changelog documentation only.
Checklist ✅
Draft note: Opened as a draft — RELEASENOTES.md and the actual
bump-preversion tag are still pending before this is ready to merge and trigger a Test PyPI release.🤖 Generated with Claude Code