From 5af005f0ca418fe4f2bcf37dfa0cce43b704d8f5 Mon Sep 17 00:00:00 2001 From: sonesuke Date: Mon, 30 Mar 2026 11:06:55 +0000 Subject: [PATCH] chore: bump version to 0.2.0 Breaking changes (from #71): - SearchResult.patents JSON key renamed from "patents" to "Patent" - SearchResultSummary adds new fields (total_results, top_assignees, top_cpcs) Co-Authored-By: Claude Opus 4.6 --- Cargo.toml | 2 +- claude-plugin/.claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b72f6c6..1e10ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-patent-cli" -version = "0.1.6" +version = "0.2.0" edition = "2024" rust-version = "1.93" diff --git a/claude-plugin/.claude-plugin/plugin.json b/claude-plugin/.claude-plugin/plugin.json index 5afded0..f9d902e 100644 --- a/claude-plugin/.claude-plugin/plugin.json +++ b/claude-plugin/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "google-patent-cli", "description": "Google Patent CLI - Search and analyze patents from Google Patents with MCP integration", - "version": "0.1.0", + "version": "0.2.0", "author": { "name": "sonesuke" },