Skip to content

Commit 5e9169f

Browse files
committed
Release v0.1.2
1 parent 65670e8 commit 5e9169f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "handoff-agent"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Seamlessly switch between AI coding agents without losing context."
55
readme = "README.md"
66
license = { text = "MIT" }

src/handoff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""handoff: transfer conversation context between AI coding agents."""
22

3-
__version__ = "0.1.1"
3+
__version__ = "0.1.2"

src/handoff/agents/opencode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def inject(self, transcript: CanonicalTranscript) -> Path:
414414
{
415415
"id": session_id,
416416
"slug": slug,
417-
"version": "handoff-0.1.1",
417+
"version": "handoff-0.1.2",
418418
"projectID": project_id,
419419
"directory": cwd_abs,
420420
"title": title,
@@ -467,7 +467,7 @@ def inject(self, transcript: CanonicalTranscript) -> Path:
467467
"slug": slug,
468468
"directory": cwd_abs,
469469
"title": title,
470-
"version": "handoff-0.1.1",
470+
"version": "handoff-0.1.2",
471471
"time_created": now_ms,
472472
"time_updated": now_ms,
473473
},

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)