Skip to content

Commit b659aee

Browse files
Merge pull request #1 from cockroachdb/release-please--branches--main
chore(main): release 0.1.1
2 parents 3d57f9e + 1f01f2a commit b659aee

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.cursor-plugin/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
"displayName": "CockroachDB",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "CockroachDB plugin for Cursor — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.",
66
"author": {
77
"name": "Virag Tripathi",

.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.0"
2+
".": "0.1.1"
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.1](https://github.com/cockroachdb/cursor-plugin/compare/v0.1.0...v0.1.1) (2026-03-17)
4+
5+
6+
### Features
7+
8+
* initial CockroachDB plugin for Cursor ([cfb79b7](https://github.com/cockroachdb/cursor-plugin/commit/cfb79b71a2ca5d0bd9b7c55fc7c55250339dc070))
9+
310
## 0.1.0 (Unreleased)
411

512
### Added

0 commit comments

Comments
 (0)