release: cloudsmith-cli v1.26.0 - #397
Open
cloudsmith-iduffy wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
cloudsmith-iduffy
force-pushed
the
release/1.26.0
branch
from
August 26, 2026 16:01
7f40499 to
b01b6a4
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Cuts the cloudsmith-cli v1.26.0 release by updating the project version metadata and promoting the relevant changelog entries into a dated release section.
Changes:
- Bump the recorded CLI version from
1.25.0to1.26.0(cloudsmith_cli/data/VERSION,.bumpversion.cfg). - Move previously-unreleased changelog items under a new
## [1.26.0] - 2026-08-26heading and correct the release placement of the Cargo credential provider entry (CHANGELOG.md).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cloudsmith_cli/data/VERSION | Updates packaged runtime version string to 1.26.0. |
| .bumpversion.cfg | Updates bumpversion’s current_version to 1.26.0 for tagging/version automation. |
| CHANGELOG.md | Adds the 1.26.0 release section and reorganizes entries to match the release contents. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Description
Cut the 1.26.0 release.
[Unreleased]entries under a[1.26.0]heading dated 2026-08-26.[1.25.0]to[1.26.0]. PR feat(ENG-13678): adding cargo credential helper to cli #371 merged after the v1.25.0 tag was cut, so the provider first ships in this release. Its changelog entry had auto-merged under the released heading.Bearerprefix fix (fix(no-ticket): Prefix pnpm credential with Bearer #396), and the start-up time work (perf: import command modules lazily #374–perf: defer the rich, urllib3 and semver imports #377)..bumpversion.cfgandcloudsmith_cli/data/VERSION.The Cargo auth-scheme fix (#394) has no separate entry: it fixes the Cargo provider, which first ships in this release.
Type of Change
Additional Notes
Tagging the merged master commit as v1.26.0 publishes the release.
🤖 Generated with Claude Code