File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to the Empathy Framework 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.2.7] - 2025-12-15
9+
10+ ### Fixed
11+ - ** PyPI project URLs** - Use www.smartaimemory.com consistently (was missing www prefix)
12+
813## [ 2.2.6] - 2025-12-15
914
1015### Fixed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " empathy-framework"
7- version = " 2.2.6 "
7+ version = " 2.2.7 "
88description = " AI collaboration framework with persistent memory, anticipatory intelligence, and multi-agent orchestration"
99readme = {file = " README.md" , content-type = " text/markdown" }
1010requires-python = " >=3.10"
@@ -181,11 +181,11 @@ empathy-scan = "empathy_software_plugin.cli:scan_command"
181181empathy-memory = " empathy_os.memory.control_panel:main"
182182
183183[project .urls ]
184- Homepage = " https://smartaimemory.com"
185- Documentation = " https://smartaimemory.com/docs"
186- "Getting Started" = " https://smartaimemory.com/docs/getting-started"
187- FAQ = " https://smartaimemory.com/docs/faq"
188- Book = " https://smartaimemory.com/book"
184+ Homepage = " https://www. smartaimemory.com"
185+ Documentation = " https://www. smartaimemory.com/docs"
186+ "Getting Started" = " https://www. smartaimemory.com/docs/getting-started"
187+ FAQ = " https://www. smartaimemory.com/docs/faq"
188+ Book = " https://www. smartaimemory.com/book"
189189Repository = " https://github.com/Smart-AI-Memory/empathy"
190190Issues = " https://github.com/Smart-AI-Memory/empathy/issues"
191191Discussions = " https://github.com/Smart-AI-Memory/empathy/discussions"
You can’t perform that action at this time.
0 commit comments