We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d79df commit 2ba907bCopy full SHA for 2ba907b
3 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.7] - 2026-03-21
11
+
12
### Added
13
- 10-minute quickstart guide with three runnable onboarding examples in `docs/quickstart.md`
14
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "contextweaver"
-version = "0.1.6"
+version = "0.1.7"
description = "Dynamic context management for tool-using AI agents"
readme = "README.md"
requires-python = ">=3.10"
src/contextweaver/__init__.py
@@ -83,7 +83,7 @@
83
ViewSpec,
84
)
85
86
-__version__ = "0.1.6"
+__version__ = "0.1.7"
87
__all__ = [
88
# sub-modules
89
"config",
0 commit comments