Skip to content

Commit 2c0295b

Browse files
Workspace Userclaude
andcommitted
chore: bump version to 0.9.1
Patch release for the clipboard-keys fix in 3ac5cfa: ctrl+c/ctrl+x/ctrl+v inside the role-doc editor and ctrl+c inside the context viewer detail panel were being intercepted by the app-level priority bindings (quit / paste-into-input) instead of acting as in-modal clipboard operations. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 3ac5cfa commit 2c0295b

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.9.0"
7+
version = "0.9.1"
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.9.0"
3+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)