Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 6f41cab

Browse files
committed
chore(release): bump version 0.9.1 → 0.10.0
1 parent 5329529 commit 6f41cab

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"name": "memory-capture",
1212
"description": "Git-backed memory system for Claude Code. Captures decisions, learnings, and context as git notes with semantic search and automatic recall.",
13-
"version": "0.9.1",
13+
"version": "0.10.0",
1414
"author": {
1515
"name": "Robert Allen",
1616
"email": "[email protected]"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memory-capture",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Git-backed memory system for Claude Code. Captures decisions, learnings, and context as git notes with semantic search and automatic recall.",
55
"author": {
66
"name": "Robert Allen",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ skips = ["B101"] # assert_used OK in tests
179179

180180
# bump-my-version - Version Management
181181
[tool.bumpversion]
182-
current_version = "0.9.1"
182+
current_version = "0.10.0"
183183
commit = true
184184
tag = true
185185
tag_name = "v{new_version}"

src/git_notes_memory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from __future__ import annotations
2424

25-
__version__ = "0.9.1"
25+
__version__ = "0.10.0"
2626

2727
# Lazy imports to avoid loading embedding model at import time
2828
__all__ = [

0 commit comments

Comments
 (0)