Skip to content

release: release v1.12.0#259

Merged
apoclyps merged 1 commit intomasterfrom
v1.12.0
Feb 2, 2026
Merged

release: release v1.12.0#259
apoclyps merged 1 commit intomasterfrom
v1.12.0

Conversation

@apoclyps
Copy link
Contributor

@apoclyps apoclyps commented Feb 2, 2026

Description

Releases:

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactoring
  • Other (please describe)

Additional Notes

@apoclyps apoclyps self-assigned this Feb 2, 2026
@apoclyps apoclyps requested a review from a team as a code owner February 2, 2026 10:27
Copilot AI review requested due to automatic review settings February 2, 2026 10:27
@apoclyps apoclyps changed the title release: Release v1.12.0 release: release v1.12.0 Feb 2, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the v1.12.0 release by updating version metadata and adding release notes for the features delivered in #256.

Changes:

  • Bump CLI runtime version to 1.12.0.
  • Bump bumpversion’s current_version to 1.12.0.
  • Add 1.12.0 release notes to the changelog.

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 the runtime CLI version used by the application/workflows.
CHANGELOG.md Adds release notes for 1.12.0.
.bumpversion.cfg Updates release tooling configuration to the new version.
Comments suppressed due to low confidence (2)

.bumpversion.cfg:8

  • bumpversion is configured to update cloudsmith_cli/data/VERSION, but the package version for PyPI is read from the repository root VERSION file (see setup.py). This makes it easy for future version bumps to desync the runtime CLI version vs the published package version. Consider adding the root VERSION file to .bumpversion.cfg (or otherwise consolidating to a single source of truth).
[bumpversion]
current_version = 1.12.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
serialize = {major}.{minor}.{revision}

[bumpversion:file:cloudsmith_cli/data/VERSION]

CHANGELOG.md:20

  • The 1.11.2 changelog entry uses a level-2 heading ## Added, while other entries use ### Added (e.g., 1.10.3) under the version header. This breaks the heading hierarchy and can affect rendered structure/TOCs; please standardize the subheading level.

## [1.11.2] - 2026-01-22

## Added


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@apoclyps apoclyps merged commit 8ed8da0 into master Feb 2, 2026
46 checks passed
@apoclyps apoclyps deleted the v1.12.0 branch February 2, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

5 participants