Skip to content

Commit 4d36188

Browse files
GeneAIGeneAI
authored andcommitted
Release v4.0.1: Rollback from broken v4.0.0 to stable v3.11.0 codebase
1 parent b013383 commit 4d36188

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to the Empathy Framework 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+
## [4.0.1] - 2026-01-12
9+
10+
### Fixed
11+
12+
- **⚠️ IMPORTANT: v4.0.0 Rollback**
13+
- v4.0.0 (Meta-Orchestration release) has been **yanked from PyPI** due to critical issues
14+
- v4.0.1 restores the stable v3.11.0 codebase as the current release
15+
- All v4.0.0 experimental work preserved in `experimental/v4.0-meta-orchestration` branch
16+
- **Users on v4.0.0 should upgrade to v4.0.1 immediately**: `pip install --upgrade empathy-framework`
17+
18+
### Deprecated
19+
20+
- Meta-orchestration features from v4.0.0 are **not included** in this release
21+
- CrewAI-based workflows moved to experimental branch for further development
22+
- VS Code extension integration for meta-orchestration postponed
23+
24+
### Note
25+
26+
This release is identical to v3.11.0 (the last stable release) with updated version number to supersede the yanked v4.0.0. All v3.11.0 features and optimizations remain fully functional.
27+
828
## [3.11.0] - 2026-01-10
929

1030
### Added

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 = "empathy-framework"
7-
version = "3.11.0"
7+
version = "4.0.1"
88
description = "AI collaboration framework with intelligent caching (up to 85% cache hit rate), tier routing (34-86% cost savings), performance optimizations (46% faster scans, 3-5x faster lookups), XML-enhanced prompts, persistent memory, CrewAI integration, and multi-agent orchestration. Includes HIPAA-compliant healthcare wizards."
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)