From 60df910ab407ec670e0a874c4ff59a128c5ea609 Mon Sep 17 00:00:00 2001 From: sonesuke Date: Mon, 30 Mar 2026 11:06:55 +0000 Subject: [PATCH 1/2] 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" }, From ea57486d7c461bd62fdf5a00bb57dba96dd0f70f Mon Sep 17 00:00:00 2001 From: "Claude Sonnet 4.6" Date: Mon, 30 Mar 2026 11:22:14 +0000 Subject: [PATCH 2/2] Trigger CI