Skip to content

Commit 3e0f34f

Browse files
Workspace Userclaude
andcommitted
chore: bump version to 0.12.2
Patch release for the context viewer Save Edit fix (3f9d170) — splits the detail panel into a read-only Static header + body-only TextArea so saving an edit after the header line was deleted no longer corrupts the row. Co-Authored-By: Claude 1.3.3.7 <noreply@anthropic.com>
1 parent 3f9d170 commit 3e0f34f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gemma-mnemara"
7-
version = "0.12.1"
7+
version = "0.12.2"
88
description = "Controlled rolling-context conversation runtime for Gemma via Ollama — transparent turns store, role doc system prompt, offline-first."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/mnemara/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""gemma-mnemara — controlled rolling-context conversation runtime for Gemma via Ollama."""
22

3-
__version__ = "0.12.1"
3+
__version__ = "0.12.2"

0 commit comments

Comments
 (0)