File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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+ ## [ 1.9.5] - 2025-12-01
9+
10+ ### Fixed
11+
12+ ** Test Suite**
13+ - Fixed LocalProvider async context manager mocking in tests
14+ - All 1,491 tests now pass
15+
816## [ 1.9.4] - 2025-11-30
917
1018### Changed
Original file line number Diff line number Diff line change 1515from .providers import AnthropicProvider , LocalProvider , OpenAIProvider
1616from .state import CollaborationState , UserPattern
1717
18- __version__ = "1.9.4 "
18+ __version__ = "1.9.5 "
1919
2020__all__ = [
2121 "EmpathyLLM" ,
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 = " 1.9.4 "
7+ version = " 1.9.5 "
88description = " A five-level maturity model for AI-human collaboration with anticipatory empathy"
99readme = {file = " README.md" , content-type = " text/markdown" }
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments