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

Commit fede627

Browse files
committed
chore: bump version to 0.2.0
1 parent a77b5f3 commit fede627

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.1.0",
3+
"version": "0.2.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",

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.1.0"
25+
__version__ = "0.2.0"
2626

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

0 commit comments

Comments
 (0)