Prepare v0.25.0 release - #584
Merged
Merged
Conversation
Bump the version to 0.25.0 and close out the UNRELEASED changelog section as v0.25.0 (2026-08-22). Add the changelog entry that PR #572 (presigned URLs for the cloudpathlib.local mocks) never got, and add missing PR links to sibling entries. Reconcile the hand-written docs with the entries in that section: document walk(lazy=True) dirnames pruning and the new CloudPathLocalPathTraversalError in the caching page, mock presigned URLs in the testing page, and the copy-specific S3 ExtraArgs in the authentication page. Also note that addressing_style accepts boto3's "path" and "auto" values. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #584 +/- ##
========================================
+ Coverage 93.7% 94.4% +0.7%
========================================
Files 28 28
Lines 2290 2290
========================================
+ Hits 2147 2164 +17
+ Misses 143 126 -17
🚀 New features to boost your workflow:
|
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.
Prepares the v0.25.0 release: bumps
pyproject.tomlto0.25.0and retitles the## UNRELEASEDchangelog section to## v0.25.0 (2026-08-22), adding the entry PR #572 (presigned URLs for thecloudpathlib.localmocks) never got, plus missing PR links and ordering/wording cleanup on the sibling entries. Reconciles the hand-written docs with the entries in that section: the caching page now documentswalk(lazy=True)dirnamespruning and the newCloudPathLocalPathTraversalError, the testing page documents mock presigned URLs, and the authentication page enumerates the copy-specific S3ExtraArgs(verified againstboto3.s3.transfer.S3Transfer.ALLOWED_COPY_ARGS) alongside the source-vs-destination SSE-C distinction. The only code change is a docstring:addressing_stylealso accepts boto3's"path"and"auto". Notebook edits are markdown-only, so no cells were re-executed; thedocs/docs/script/mirrors were regenerated withnbautoexport, which also picked up pre-existing drift inpatching_builtins.pyand one code cell oftesting_mocked_cloudpathlib.py. No release has been tagged — that is left as a follow-up.No issue; this is release prep.
Contributor checklist:
CONTRIBUTING.mdCloses #issueappears in the PR summary (e.g.,Closes #123). — n/a, release prepmake lint)make test: 1121 passed, 8 skipped)HISTORY.mdAdditional verification:
make docsbuilds with no warnings or errors, and the installed package reports0.25.0, which is what therelease.ymltag-match gate checks.🤖 Generated with Claude Code