Skip to content

Commit 99e24d8

Browse files
Merge pull request #15 from shcherbak-ai/dev
build: version 0.2.4
2 parents a9802af + e0733ec commit 99e24d8

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.2.4](https://github.com/shcherbak-ai/contextgem/releases/tag/v0.2.4) - 2025-05-09
9+
### Fixed
10+
- Removed 'think' tags and content from LLM outputs (e.g. when using DeepSeek R1 via Ollama) which was breaking JSON parsing and validation
11+
12+
### Added
13+
- Documentation for cloud/local LLMs and LLM configuration guide
14+
815
## [0.2.3](https://github.com/shcherbak-ai/contextgem/releases/tag/v0.2.3) - 2025-05-04
916
### Changed
1017
- Updated litellm dependency version after encoding bug has been fixed upstream

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.2.3"
23+
__version__ = "0.2.4"
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
@@ -22,7 +22,7 @@
2222
project = "ContextGem"
2323
copyright = "2025, Shcherbak AI AS"
2424
author = "Sergii Shcherbak"
25-
release = "0.2.3"
25+
release = "0.2.4"
2626

2727

2828
# 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.2.3"
3+
version = "0.2.4"
44
description = "Effortless LLM extraction from documents"
55
authors = [
66
{name = "shcherbak-ai", email = "sergii@shcherbak.ai"}

0 commit comments

Comments
 (0)