File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to MemDocs will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 44Generate 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " memdocs"
7- version = " 2.1.1 "
7+ version = " 2.1.2 "
88description = " Persistent memory management for AI projects - Git-native documentation intelligence"
99authors = [{
name =
" Patrick Roebuck" ,
email =
" [email protected] " }]
1010license = {text = " Apache-2.0" }
You can’t perform that action at this time.
0 commit comments