Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cockroachdb",
"version": "0.1.9",
"version": "0.1.10",
"description": "Connect Claude Code directly to your CockroachDB clusters for hands-on database work — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters. This plugin provides tools across MCP backends (self-hosted MCP Toolbox and managed CockroachDB Cloud MCP Server), specialized agents (DBA, Developer, Operator), skills across operational domains, and built-in safety hooks.",
"author": {
"name": "Cockroach Labs",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.9"
".": "0.1.10"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.10](https://github.com/cockroachdb/claude-plugin/compare/v0.1.9...v0.1.10) (2026-06-30)


### Bug Fixes

* make hooks work on Windows by loading scripts long-path-safe ([#21](https://github.com/cockroachdb/claude-plugin/issues/21)) ([81f29eb](https://github.com/cockroachdb/claude-plugin/commit/81f29eb855cbce189b326b2f3724c8f7a8396205))

## [0.1.9](https://github.com/cockroachdb/claude-plugin/compare/v0.1.8...v0.1.9) (2026-05-03)


Expand Down