File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.2.0 - Unreleased
3+ ## 0.2.0 - 2025-05-19
44
55### Added
66
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " context-profiler"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88description = " Framework-agnostic profiler for LLM agent context windows"
99readme = " README.md"
1010license = {text = " MIT" }
@@ -35,9 +35,9 @@ dependencies = [
3535]
3636
3737[project .urls ]
38- Homepage = " https://github.com/Turdot /context-profiler"
39- Repository = " https://github.com/Turdot /context-profiler"
40- Issues = " https://github.com/Turdot /context-profiler/issues"
38+ Homepage = " https://github.com/yanpgwang /context-profiler"
39+ Repository = " https://github.com/yanpgwang /context-profiler"
40+ Issues = " https://github.com/yanpgwang /context-profiler/issues"
4141
4242[project .scripts ]
4343context-profiler = " context_profiler.cli:main"
Original file line number Diff line number Diff line change 11"""context-profiler: Framework-agnostic LLM agent context redundancy profiler."""
22
3- __version__ = "0.1 .0"
3+ __version__ = "0.2 .0"
You can’t perform that action at this time.
0 commit comments