Skip to content

Commit 1accf99

Browse files
committed
chore: bump version to 1.2.0
Major release with comprehensive code consolidation and optimization: - Extracted shared utilities (text_utils, storage_utils) - Consolidated search validation into search_common module - Extracted similarity functions into dedicated module - Added batch storage operations - Refactored large functions for better testability - Fixed all type checking errors (pyright, mypy, ruff) - Updated and regenerated documentation No breaking changes - all existing imports continue to work.
1 parent 0eb89e3 commit 1accf99

1 file changed

Lines changed: 1 addition & 1 deletion

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 = "cortexgraph"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "CortexGraph: Temporal memory management for AI assistants with human-like dynamics"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)