diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 48d957f..3d16dfc 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "scr", - "version": "0.34.0", + "version": "0.35.0", "description": "Review agent-authored code you're accountable for but didn't write. /scr:review opens a side-by-side viewer that clusters the diff into semantic groups and annotates what each block changed, so you can judge whether it matches intent and how it was built; your inline comments round-trip back into the session for the agent to iterate on. The LLM directs attention \u2014 it never gates.", "author": { "name": "Toby Sargeant", diff --git a/pyproject.toml b/pyproject.toml index 0394380..8ac1961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "semantic-code-review" -version = "0.34.0" +version = "0.35.0" description = "A semantic diff reviewer for judging agent-authored changes — the LLM directs attention, you decide." readme = "README.md" license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index 6c05ac6..695329c 100644 --- a/uv.lock +++ b/uv.lock @@ -2083,7 +2083,7 @@ wheels = [ [[package]] name = "semantic-code-review" -version = "0.34.0" +version = "0.35.0" source = { editable = "." } dependencies = [ { name = "anthropic" },