Skip to content

Commit acc01da

Browse files
build: v0.16.1
1 parent b1dde70 commit acc01da

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.16.1](https://github.com/shcherbak-ai/contextgem/releases/tag/v0.16.1) - 2025-08-19
9+
### Fixed
10+
- Added support for `"minimal"` reasoning effort for gpt-5 models.
11+
812
## [0.16.0](https://github.com/shcherbak-ai/contextgem/releases/tag/v0.16.0) - 2025-08-19
913
### Added
1014
- Reasoning-aware extraction prompts: Automatically enables private chain-of-thought guidance on models that support reasoning, yielding higher-quality outputs (no change for other 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.0"
23+
__version__ = "0.16.1"
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.0"
28+
release = "0.16.1"
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.0"
3+
version = "0.16.1"
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)