Skip to content

Commit da2e348

Browse files
committed
Release v0.2.0
Bump version to 0.2.0, update CHANGELOG date, and fix repository URLs to point to yanpgwang/context-profiler.
1 parent e1abf5d commit da2e348

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.2.0 - Unreleased
3+
## 0.2.0 - 2025-05-19
44

55
### Added
66

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "context-profiler"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Framework-agnostic profiler for LLM agent context windows"
99
readme = "README.md"
1010
license = {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]
4343
context-profiler = "context_profiler.cli:main"

src/context_profiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""context-profiler: Framework-agnostic LLM agent context redundancy profiler."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)