Skip to content

Commit 86ffd37

Browse files
authored
chore: bump version to 2.5.0 and update changelog (#6)
1 parent b35ff85 commit 86ffd37

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0] - 2026-03-16
11+
12+
### Added
13+
- **`CapiscioGuard`**: LCEL runnable for trust badge enforcement in LangChain chains (#1, #5)
14+
- Typed passthrough preserving input type through the guard
15+
- Zero-config initialization via `from_env()`
16+
- **LangChain Callback Handler**: Trust context propagation through LangChain callbacks (#1)
17+
- **Trust-Aware Tool Wrapper**: Wrap LangChain tools with CapiscIO badge enforcement (#1)
18+
- **Context Management**: `set_capiscio_context` / `get_capiscio_context` utilities (#1, #3)
19+
- **PyPI Publish Workflow**: Automated publishing on tag push (#2, #4)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Software Development :: Libraries :: Python Modules",
2727
]
2828
dependencies = [
29-
"capiscio-sdk>=2.4.0",
29+
"capiscio-sdk>=2.5.0",
3030
"langchain-core>=0.3",
3131
]
3232

0 commit comments

Comments
 (0)