Skip to content

Commit 1493107

Browse files
arjunpatel7claude
andcommitted
chore: bump version to 1.0.1
Ships the pinecone 9.1.0 script fixes. This repo has no release automation — no release.yml, no CHANGELOG — so the version is hand-maintained. It has sat at 1.0.0 since the first draft, through content changes as large as prefixing every skill and adding the full-text-search skill. Whether Cursor needs this to propagate is undocumented. The plugin schema makes version optional (required is just ["name"]) and marketplace entries pin only name + source with no version, ref, or SHA — which suggests source re-resolution rather than version comparison. But Cursor's docs describe refresh behaviour only for team marketplaces, not for official-marketplace installs. Bumping is the safe side of that unknown: it costs nothing, and if the client does gate updates on version, not bumping means installed users never receive a fix for scripts that currently do not run. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 4837806 commit 1493107

1 file changed

Lines changed: 1 addition & 1 deletion

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": "pinecone",
33
"description": "Pinecone vector database integration for Cursor. Create and manage indexes, upsert data, and run semantic searches via the Pinecone MCP server. Build document Q&A assistants with citations, or get started fast with /pinecone-quickstart. Great for semantic search, RAG, and agentic AI apps.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": {
66
"name": "Pinecone"
77
},

0 commit comments

Comments
 (0)