Skip to content

Commit 377aa06

Browse files
release: release v1.12.1 (#260)
* Bump version: 1.12.0 → 1.12.1 * release: v1.12.1
1 parent 224d421 commit 377aa06

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.12.0
2+
current_version = 1.12.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.12.1] - 2026-02-03
11+
12+
### Added
13+
14+
- Added Model Context Protocol (MCP) server support via `cloudsmith mcp` commands. Only STDIO transport is supported for now.
15+
- Auto-configure supported clients (Claude Desktop, Cursor, VS Code, Gemini CLI) with `cloudsmith mcp configure`
16+
- List available tools with `cloudsmith mcp list_tools` and tool groups with `cloudsmith mcp list_groups`
17+
- Filter tools via `mcp_allowed_tools` and `mcp_allowed_tool_groups` configuration options to control which API operations are exposed
18+
1019
## [1.12.0] - 2026-02-02
1120

1221
### Added

cloudsmith_cli/data/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.12.1

0 commit comments

Comments
 (0)