Skip to content

Commit 88c23ba

Browse files
chore(main): release 0.1.2 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ba60440 commit 88c23ba

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/cockroachdb/copilot-plugin/compare/v0.1.1...v0.1.2) (2026-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* make hooks work across VS Code Copilot, Copilot CLI, and Claude Code ([ba60440](https://github.com/cockroachdb/copilot-plugin/commit/ba604408eac69956135259f0c3d4d464e46e52f2))
9+
310
## [0.1.1](https://github.com/cockroachdb/copilot-plugin/compare/v0.1.0...v0.1.1) (2026-06-30)
411

512

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cockroachdb",
33
"description": "Connect GitHub Copilot directly to your CockroachDB clusters for hands-on database work: explore schemas, write optimized SQL, debug queries, and manage distributed database clusters. Provides 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.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"author": {
66
"name": "Cockroach Labs",
77
"url": "https://github.com/cockroachdb"

0 commit comments

Comments
 (0)