Skip to content

Commit 2ba907b

Browse files
author
Diogo Andre Passagem Santos
committed
release: v0.1.7
1 parent 25d79df commit 2ba907b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.7] - 2026-03-21
11+
1012
### Added
1113
- 10-minute quickstart guide with three runnable onboarding examples in `docs/quickstart.md`
1214

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 = "contextweaver"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
description = "Dynamic context management for tool-using AI agents"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/contextweaver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
ViewSpec,
8484
)
8585

86-
__version__ = "0.1.6"
86+
__version__ = "0.1.7"
8787
__all__ = [
8888
# sub-modules
8989
"config",

0 commit comments

Comments
 (0)