Skip to content

Commit e0a3a2d

Browse files
GeneAIclaude
authored andcommitted
release: Bump version to 2.1.2 for branding update
Updates all branding from Deep Study AI to Smart AI Memory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent bcce37d commit e0a3a2d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to MemDocs will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.2] - 2025-11-29
9+
10+
### Changed
11+
- **Rebranding**: Updated all documentation and links from Deep Study AI to Smart AI Memory
12+
- Updated GitHub repository URLs to Smart-AI-Memory organization
13+
- Updated copyright in LICENSE to Smart AI Memory
14+
- Updated website references to smartaimemory.com
15+
16+
---
17+
818
## [2.1.1] - 2025-11-29
919

1020
### Added

memdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Generate machine-friendly docs from code changes without bureaucratic overhead.
55
"""
66

7-
__version__ = "2.1.1"
7+
__version__ = "2.1.2"
88
__author__ = "Patrick Roebuck"
99
__license__ = "Apache-2.0"
1010

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 = "memdocs"
7-
version = "2.1.1"
7+
version = "2.1.2"
88
description = "Persistent memory management for AI projects - Git-native documentation intelligence"
99
authors = [{name = "Patrick Roebuck", email = "[email protected]"}]
1010
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)