Skip to content

Commit a2bd8e7

Browse files
build: v0.17.0
1 parent d925e0b commit a2bd8e7

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
- **Refactor**: Code reorganization that doesn't change functionality but improves structure or maintainability
77

8+
## [0.17.0](https://github.com/shcherbak-ai/contextgem/releases/tag/v0.17.0) - 2025-08-24
9+
### Added
10+
- Multimodal LLM roles (`"extractor_multimodal"` and `"reasoner_multimodal"`) to support extraction of multimodal document-level concepts from both text and images. Previously, only text and vision roles were supported, requiring choosing either text or image context for extraction, not both.
11+
812
## [0.16.1](https://github.com/shcherbak-ai/contextgem/releases/tag/v0.16.1) - 2025-08-19
913
### Fixed
1014
- Added support for `"minimal"` reasoning effort for gpt-5 models.

contextgem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
ContextGem - Effortless LLM extraction from documents
2121
"""
2222

23-
__version__ = "0.16.1"
23+
__version__ = "0.17.0"
2424
__author__ = "Shcherbak AI AS"
2525

2626
from contextgem.public import (

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
project = "ContextGem"
2626
copyright = "2025, Shcherbak AI AS"
2727
author = "Sergii Shcherbak"
28-
release = "0.16.1"
28+
release = "0.17.0"
2929

3030

3131
# Add path to the package

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "contextgem"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
description = "Effortless LLM extraction from documents"
55
authors = [{ name = "shcherbak-ai", email = "[email protected]" }]
66
requires-python = ">=3.10,<3.14"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)