Skip to content

Commit d425f67

Browse files
committed
chore: bump version to 0.1.4
Made-with: Cursor
1 parent d482d25 commit d425f67

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.1.4] — 2026-04-07
4+
5+
### Changed
6+
7+
- Version bump for release.
8+
39
## [0.1.3] — 2026-04-05
410

511
### Added

ctxeng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ctxeng.models import Context, ContextFile, TokenBudget
1212
from ctxeng.watcher import ContextWatcher, WatchConfig
1313

14-
__version__ = "0.1.3"
14+
__version__ = "0.1.4"
1515
__all__ = [
1616
"ContextEngine",
1717
"ContextBuilder",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ctxeng"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Build perfect LLM context from your Python codebase — automatically."
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)